#006E93

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

Shades of Cerulean #006E93

Tints of Cerulean #006E93

Color information

#006E93 (or 0x006E93) is unknown color: approx Cerulean. HEX triplet: 00, 6E and 93. RGB value is (0,110,147). Sum of RGB (Red+Green+Blue) = 0+110+147=257 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #006E93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006E93 is #FF916C. Grayscale: #515151. Windows color (decimal): -16748909 or 9661952. OLE color: 9661952.

HSL color Cylindrical-coordinate representation of color #006E93: hue angle of 195.1º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006E93 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0110147-
CMYK10.2500.42
HSL195.1º100%28.82%-
HSV(B)195.1º100%57.65%-
XYZ10.8413.2629.59-
YUV81.33165.0669.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 110 (43.36% from 255) = 42.80%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=0%
G=42.80%
B=57.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal011014710.2500.42195.110028.82
Hex06E93641902Ac3641d
Octal01562231443105230314435
Binary0110111010010011110010011001010101011000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006E93; }

 p { color: rgb(0,110,147); }

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

<style>
 a { background-color: #006E93; }

 a { background-color: rgb(0,110,147); }

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

<style>
 span { border-color: #006E93; }

 span { border-color: rgb(0,110,147); }

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