Html Css Color HEX #06699F Cerulean

📋 copy color: '#06699F'

red 6 ◦ green 105 ◦ blue 159

#06699F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #06699F

Tints of Cerulean #06699F

RGB

 RED value IS 6 (2.73% from 255) = 2.22%

 GREEN value IS 105 (41.41% from 255) = 38.89%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 2.22%
G = 38.89%
B = 58.89%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#06699F (or 0x06699F) is known color: Cerulean. HEX triplet: 06, 69 and 9F. RGB value is (6,105,159). Sum of RGB (Red+Green+Blue) = 6+105+159=270 (35% of max value = 765). Red value is 6 (2.73% from 255 or 2.22% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #06699F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06699F is #F99660. Grayscale: #515151. Windows color (decimal): -16356961 or 10447110. OLE color: 10447110.

HSL color Cylindrical-coordinate representation of color #06699F: hue angle of 201.18º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06699F is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 105 159 -
CMYK 0.96 0.34 0 0.38
HSL 201.18º 0.93% 0.32% -
HSV(B) 201.18º 0.96% 0.62% -
XYZ 11.38 12.65 34.64 -
YUV 81.56 171.7 74.11 -
System Red Green Blue C M Y K H S L
Decimal 6 105 159 0.96 0.34 0 0.38 201.18 0.93 0.32
Hex 6 69 9F 60 22 0 26 C9 5D 20
Octal 6 151 237 140 42 0 46 311 135 40
Binary 110 1101001 10011111 1100000 100010 0 100110 11001001 1011101 100000

Color Harmonies of #06699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06699F

Black with #06699F

Text Example


Text Example

White with #06699F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06699F; }

 p { color: rgb(6,105,159); }

 H1.HeaderClassName
 {
   color: #06699F;
 }
 .AnyTagClassName
 {
   color: #06699F;
 }
</style>

background-color css

<style>
 a { background-color: #06699F; }

 a { background-color: rgb(6,105,159); }

 div.DivClassName
 {
   background-color: #06699F;
 }
 .BgClassName
 {
   background-color: #06699F;
 }
</style>

border-color css

<style>
 span { border-color: #06699F; }

 span { border-color: rgb(6,105,159); }

 td.TdClassName
 {
   border-color: #06699F;
 }
 .TagClassName
 {
   border-color: #06699F;
 }
</style>