Html Css Color HEX #666470 Dolphin

📋 copy color: '#666470'

red 102 ◦ green 100 ◦ blue 112

#666470
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #666470

Tints of Dolphin #666470

RGB

 RED value IS 102 (40.23% from 255) = 32.48%

 GREEN value IS 100 (39.45% from 255) = 31.85%

 BLUE value IS 112 (44.14% from 255) = 35.67%

R = 32.48%
G = 31.85%
B = 35.67%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666470 (or 0x666470) is known color: Dolphin. HEX triplet: 66, 64 and 70. RGB value is (102,100,112). Sum of RGB (Red+Green+Blue) = 102+100+112=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 112 (44.14% from 255 or 35.67% from 314); Max value from RGB is 112 - color contains mainly: blue. Hex color #666470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666470 is #999B8F. Grayscale: #656565. Windows color (decimal): -10066832 or 7365734. OLE color: 7365734.

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

Color convert

RGB 102 100 112 -
CMYK 0.09 0.11 0 0.56
HSL 250º 0.06% 0.42% -
HSV(B) 250º 0.11% 0.44% -
XYZ 12.96 13.11 17.18 -
YUV 101.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 102 100 112 0.09 0.11 0 0.56 250 0.06 0.42
Hex 66 64 70 9 B 0 38 FA 6 2A
Octal 146 144 160 11 13 0 70 372 6 52
Binary 1100110 1100100 1110000 1001 1011 0 111000 11111010 110 101010

Color Harmonies of #666470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666470

Black with #666470

Text Example


Text Example

White with #666470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666470; }

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

 H1.HeaderClassName
 {
   color: #666470;
 }
 .AnyTagClassName
 {
   color: #666470;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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