#006A93

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

Shades of Cerulean #006A93

Tints of Cerulean #006A93

Color information

#006A93 (or 0x006A93) is unknown color: approx Cerulean. HEX triplet: 00, 6A and 93. RGB value is (0,106,147). Sum of RGB (Red+Green+Blue) = 0+106+147=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #006A93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #006A93 is #FF956C. Grayscale: #4E4E4E. Windows color (decimal): -16749933 or 9660928. OLE color: 9660928.

HSL color Cylindrical-coordinate representation of color #006A93: hue angle of 196.73º 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 #006A93 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0106147-
CMYK10.2800.42
HSL196.73º100%28.82%-
HSV(B)196.73º100%57.65%-
XYZ10.4212.4129.45-
YUV78.98166.3871.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 41.90%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=0%
G=41.90%
B=58.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal010614710.2800.42196.7310028.82
Hex06A93641C02Ac5641d
Octal01522231443405230514435
Binary0110101010010011110010011100010101011000101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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