#666370

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

Shades of Dolphin #666370

Tints of Dolphin #666370

Color information

#666370 (or 0x666370) is unknown color: approx Dolphin. HEX triplet: 66, 63 and 70. RGB value is (102,99,112). Sum of RGB (Red+Green+Blue) = 102+99+112=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 112 - color contains mainly: blue. Hex color #666370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666370 is #999C8F. Grayscale: #656565. Windows color (decimal): -10067088 or 7365478. OLE color: 7365478.

HSL color Cylindrical-coordinate representation of color #666370: hue angle of 253.85º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #666370 is Cyan = 0.09, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10299112-
CMYK0.090.1200.56
HSL253.85º6.16%41.37%-
HSV(B)253.85º11.61%43.92%-
XYZ12.8712.9217.14-
YUV101.38133.99128.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 99 (39.06% from 255) = 31.63%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=32.59%
G=31.63%
B=35.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102991120.090.1200.56253.856.1641.37
Hex6663709C038fe629
Octal1461431601114070376651
Binary11001101100011111000010011100011100011111110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666370; }

 p { color: rgb(102,99,112); }

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

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

 a { background-color: rgb(102,99,112); }

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

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

 span { border-color: rgb(102,99,112); }

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