Color Hex Logo

#6999fc Color Hex

#6999FC
(105,153,252)
0 Favorites   0 Comments

Color spaces of #6999fc

RGB 105153252
HSL0.610.960.70
HSV220°58°99°
CMYK 0.580.390.00   0.01
XYZ34.787632.814096.5957
Yxy32.81400.21190.1998
Hunter Lab57.28358.1548-59.8807
CIE-Lab64.010012.7851-54.2263

#6999fc color RGB value is (105,153,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 11111100
Octal 151 231 374
Decimal 105 153 252
Hex 69 99 FC

RGB Percentages of Color #6999fc

%20.59
%30.00
%49.41

CMYK Percentages of Color #6999fc

%58
%39
%0
%1

Triadic Colors of #6999fc

#6999fc #fc6999 #99fc69

Analogous Colors of #6999fc

#6999fc #8369fc #69e3fc

Monochromatic Colors of #6999fc

#6999fc

Complementary Color

#6999fc #fccc69

#6999fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6999fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#6999fc Color CSS Codes

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

#6999fc Text Font Color

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

This sample text font color is #6999fc
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.


#6999fc Background Color

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

This div background color is #6999fc


#6999fc Border Color

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

This div border color is #6999fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(105,153,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 #6999fc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6999fc


Comments

No comments written yet.

Please login to write comment.