Color Hex Logo

#6999ca Color Hex

#6999CA
(105,153,202)
0 Favorites   0 Comments

Color spaces of #6999ca

RGB 105153202
HSL0.580.480.60
HSV210°48°79°
CMYK 0.480.240.00   0.21
XYZ27.877630.050060.2080
Yxy30.05000.23600.2544
Hunter Lab54.8179-5.1552-26.7473
CIE-Lab61.6973-2.6952-30.1968

#6999ca color RGB value is (105,153,202).

#6999ca hex color red value is 105, green value is 153 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #6999ca hue: 0.58 , saturation: 0.48 and the lightness value of 6999ca is 0.60.

The process color (four color CMYK) of #6999ca color hex is 0.48, 0.24, 0.00, 0.21. Web safe color of #6999ca is #6699cc. Color #6999ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101001 10011001 11001010
Octal 151 231 312
Decimal 105 153 202
Hex 69 99 CA

RGB Percentages of Color #6999ca

%22.83
%33.26
%43.91

CMYK Percentages of Color #6999ca

%48
%24
%0
%21

Triadic Colors of #6999ca

#6999ca #ca6999 #99ca69

Analogous Colors of #6999ca

#6999ca #6a69ca #69caca

Monochromatic Colors of #6999ca

#6999ca

Complementary Color

#6999ca #ca9a69

#6999ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6999ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#6999ca Color CSS Codes

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

#6999ca Text Font Color

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

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


#6999ca Background Color

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

This div background color is #6999ca


#6999ca Border Color

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

This div border color is #6999ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6999ca

#6999ca Color Palettes


Comments

No comments written yet.

Please login to write comment.