Color Hex Logo

#6997fc Color Hex

#6997FC
(105,151,252)
0 Favorites   0 Comments

Color spaces of #6997fc

RGB 105151252
HSL0.610.960.70
HSV221°58°99°
CMYK 0.580.400.00   0.01
XYZ34.463032.164796.4875
Yxy32.16470.21130.1972
Hunter Lab56.71399.2186-61.1704
CIE-Lab63.478813.9591-55.0704

#6997fc color RGB value is (105,151,252).

#6997fc hex color red value is 105, green value is 151 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #6997fc hue: 0.61 , saturation: 0.96 and the lightness value of 6997fc is 0.70.

The process color (four color CMYK) of #6997fc color hex is 0.58, 0.40, 0.00, 0.01. Web safe color of #6997fc is #6699ff. Color #6997fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10010111 11111100
Octal 151 227 374
Decimal 105 151 252
Hex 69 97 FC

RGB Percentages of Color #6997fc

%20.67
%29.72
%49.61

CMYK Percentages of Color #6997fc

%58
%40
%0
%1

Triadic Colors of #6997fc

#6997fc #fc6997 #97fc69

Analogous Colors of #6997fc

#6997fc #8569fc #69e1fc

Monochromatic Colors of #6997fc

#6997fc

Complementary Color

#6997fc #fcce69

#6997fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6997fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6997fc Color CSS Codes

.mybgcolor {background-color:#6997fc; } 
.myforecolor {color:#6997fc; }
.mybordercolor {border:3px solid #6997fc; }

#6997fc Text Font Color

<p style="color:#6997fc">Text here</p>

This sample text font color is #6997fc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6997fc Background Color

<div style="background-color:#6997fc">
Div content here</div>

This div background color is #6997fc


#6997fc Border Color

<div style="border:3px solid #6997fc">
Div here</div>

This div border color is #6997fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(105,151,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6997fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6997fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6997fc;
  box-shadow:         1px 1px 3px 2px #6997fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,151,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6997fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6997fc;
  -webkit-box-shadow: 1px 1px 3px 2px #6997fc;
  box-shadow:         1px 1px 3px 2px #6997fc;">
Div content here</div>

This div box has shadow with color #6997fc


Comments

No comments written yet.

Please login to write comment.