#06729B

Color #06729B Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #06729B

Tints of Cerulean #06729B

Color information

#06729B (or 0x06729B) is unknown color: approx 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

RGB6114155-
CMYK0.960.2600.39
HSL196.51º92.55%31.57%-
HSV(B)196.51º96.13%60.78%-
XYZ12.0114.4433.16-
YUV86.38166.7270.67-

RGB Variations

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

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 (Cyan) values IS 0.96
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal61141550.960.2600.39196.5192.5531.57
Hex6729B601A027c55d20
Octal61622331403204730513540
Binary1101110010100110111100000110100100111110001011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06729B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>