#0680AC

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

Shades of Cerulean #0680AC

Tints of Cerulean #0680AC

Color information

#0680AC (or 0x0680AC) is unknown color: approx Cerulean. HEX triplet: 06, 80 and AC. RGB value is (6,128,172). Sum of RGB (Red+Green+Blue) = 6+128+172=306 (40% of max value = 765). Red value is 6 (2.73% from 255 or 1.96% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 172 (67.58% from 255 or 56.21% from 306); Max value from RGB is 172 - color contains mainly: blue. Hex color #0680AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0680AC is #F97F53. Grayscale: #606060. Windows color (decimal): -16351060 or 11304966. OLE color: 11304966.

HSL color Cylindrical-coordinate representation of color #0680AC: hue angle of 195.9º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0680AC is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6128172-
CMYK0.970.2600.33
HSL195.9º93.26%34.9%-
HSV(B)195.9º96.51%67.45%-
XYZ15.2418.4641.79-
YUV96.54170.5863.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.96%
GREEN value IS 128 (50.39% from 255) = 41.83%
BLUE value IS 172 (67.58% from 255) = 56.21%
R=1.96%
G=41.83%
B=56.21%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61281720.970.2600.33195.993.2634.9
Hex680AC611A021c45d23
Octal62002541413204130413543
Binary11010000000101011001100001110100100001110001001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0680AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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