#0685AC

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

Shades of Cerulean #0685AC

Tints of Cerulean #0685AC

Color information

#0685AC (or 0x0685AC) is unknown color: approx Cerulean. HEX triplet: 06, 85 and AC. RGB value is (6,133,172). Sum of RGB (Red+Green+Blue) = 6+133+172=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 172 (67.58% from 255 or 55.31% from 311); Max value from RGB is 172 - color contains mainly: blue. Hex color #0685AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0685AC is #F97A53. Grayscale: #636363. Windows color (decimal): -16349780 or 11306246. OLE color: 11306246.

HSL color Cylindrical-coordinate representation of color #0685AC: hue angle of 194.1º 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 #0685AC is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6133172-
CMYK0.970.2300.33
HSL194.1º93.26%34.9%-
HSV(B)194.1º96.51%67.45%-
XYZ15.9119.7942.01-
YUV99.47168.9261.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 172 (67.58% from 255) = 55.31%
R=1.93%
G=42.77%
B=55.31%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61331720.970.2300.33194.193.2634.9
Hex685AC6117021c25d23
Octal62052541412704130213543
Binary11010000101101011001100001101110100001110000101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0685AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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