#0682B6

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

Shades of Cerulean #0682B6

Tints of Cerulean #0682B6

Color information

#0682B6 (or 0x0682B6) is unknown color: approx Cerulean. HEX triplet: 06, 82 and B6. RGB value is (6,130,182). Sum of RGB (Red+Green+Blue) = 6+130+182=318 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.89% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 182 (71.48% from 255 or 57.23% from 318); Max value from RGB is 182 - color contains mainly: blue. Hex color #0682B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0682B6 is #F97D49. Grayscale: #626262. Windows color (decimal): -16350538 or 11960838. OLE color: 11960838.

HSL color Cylindrical-coordinate representation of color #0682B6: hue angle of 197.73º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0682B6 is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB6130182-
CMYK0.970.2900.29
HSL197.73º93.62%36.86%-
HSV(B)197.73º96.7%71.37%-
XYZ16.519.3847.13-
YUV98.85174.9261.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.89%
GREEN value IS 130 (51.17% from 255) = 40.88%
BLUE value IS 182 (71.48% from 255) = 57.23%
R=1.89%
G=40.88%
B=57.23%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal61301820.970.2900.29197.7393.6236.86
Hex682B6611D01Dc65e25
Octal62022661413503530613645
Binary1101000001010110110110000111101011101110001101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0682B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0682B6; }

 p { color: rgb(6,130,182); }

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

<style>
 a { background-color: #0682B6; }

 a { background-color: rgb(6,130,182); }

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

<style>
 span { border-color: #0682B6; }

 span { border-color: rgb(6,130,182); }

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