Html Css Color HEX #06729B Cerulean

📋 copy color: '#06729B'

red 6 ◦ green 114 ◦ blue 155

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

Shades of Cerulean #06729B

Tints of Cerulean #06729B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.45%

 BLUE value IS 155 (60.94% from 255) = 56.36%

R = 2.18%
G = 41.45%
B = 56.36%

CMYK

 C value IS 0.96

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06729B (or 0x06729B) is known color: Cerulean. HEX triplet: 06, 72 and 9B. RGB value is (6,114,155). Sum of RGB (Red+Green+Blue) = 6+114+155=275 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.18% from 275); Green value is 114 (44.92% from 255 or 41.45% from 275); Blue value is 155 (60.94% from 255 or 56.36% from 275); Max value from RGB is 155 - color contains mainly: blue. Hex color #06729B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06729B is #F98D64. Grayscale: #565656. Windows color (decimal): -16354661 or 10187270. OLE color: 10187270.

HSL color Cylindrical-coordinate representation of color #06729B: hue angle of 196.51º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06729B is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 114 155 -
CMYK 0.96 0.26 0 0.39
HSL 196.51º 0.93% 0.32% -
HSV(B) 196.51º 0.96% 0.61% -
XYZ 12.01 14.44 33.16 -
YUV 86.38 166.72 70.67 -
System Red Green Blue C M Y K H S L
Decimal 6 114 155 0.96 0.26 0 0.39 196.51 0.93 0.32
Hex 6 72 9B 60 1A 0 27 C5 5D 20
Octal 6 162 233 140 32 0 47 305 135 40
Binary 110 1110010 10011011 1100000 11010 0 100111 11000101 1011101 100000

Color Harmonies of #06729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06729B

Black with #06729B

Text Example


Text Example

White with #06729B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06729B; }

 p { color: rgb(6,114,155); }

 H1.HeaderClassName
 {
   color: #06729B;
 }
 .AnyTagClassName
 {
   color: #06729B;
 }
</style>

background-color css

<style>
 a { background-color: #06729B; }

 a { background-color: rgb(6,114,155); }

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

border-color css

<style>
 span { border-color: #06729B; }

 span { border-color: rgb(6,114,155); }

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