#0680B2

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

Shades of Cerulean #0680B2

Tints of Cerulean #0680B2

Color information

#0680B2 (or 0x0680B2) is unknown color: approx Cerulean. HEX triplet: 06, 80 and B2. RGB value is (6,128,178). Sum of RGB (Red+Green+Blue) = 6+128+178=312 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.92% from 312); Green value is 128 (50.39% from 255 or 41.03% from 312); Blue value is 178 (69.92% from 255 or 57.05% from 312); Max value from RGB is 178 - color contains mainly: blue. Hex color #0680B2 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0680B2 is #F97F4D. Grayscale: #606060. Windows color (decimal): -16351054 or 11698182. OLE color: 11698182.

HSL color Cylindrical-coordinate representation of color #0680B2: hue angle of 197.44º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680B2 is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB6128178-
CMYK0.970.2800.30
HSL197.44º93.48%36.08%-
HSV(B)197.44º96.63%69.8%-
XYZ15.8318.6944.89-
YUV97.22173.5862.93-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.92%
GREEN value IS 128 (50.39% from 255) = 41.03%
BLUE value IS 178 (69.92% from 255) = 57.05%
R=1.92%
G=41.03%
B=57.05%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal61281780.970.2800.30197.4493.4836.08
Hex680B2611C01Ec55d24
Octal62002621413403630513544
Binary1101000000010110010110000111100011110110001011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0680B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0680B2; }

 p { color: rgb(6,128,178); }

 H1.HeaderClassName
 {
   color: #0680B2;
 }
 .AnyTagClassName
 {
   color: #0680B2;
 }
</style>
background-color css

<style>
 a { background-color: #0680B2; }

 a { background-color: rgb(6,128,178); }

 div.DivClassName
 {
   background-color: #0680B2;
 }
 .BgClassName
 {
   background-color: #0680B2;
 }
</style>
border-color css

<style>
 span { border-color: #0680B2; }

 span { border-color: rgb(6,128,178); }

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