Html Css Color HEX #666471 Dolphin

📋 copy color: '#666471'

red 102 ◦ green 100 ◦ blue 113

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

Shades of Dolphin #666471

Tints of Dolphin #666471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 35.87%

R = 32.38%
G = 31.75%
B = 35.87%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#666471 (or 0x666471) is known color: Dolphin. HEX triplet: 66, 64 and 71. RGB value is (102,100,113). Sum of RGB (Red+Green+Blue) = 102+100+113=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 113 - color contains mainly: blue. Hex color #666471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666471 is #999B8E. Grayscale: #666666. Windows color (decimal): -10066831 or 7431270. OLE color: 7431270.

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

Color convert

RGB 102 100 113 -
CMYK 0.10 0.12 0 0.56
HSL 249.23º 0.06% 0.42% -
HSV(B) 249.23º 0.12% 0.44% -
XYZ 13.02 13.13 17.47 -
YUV 102.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 102 100 113 0.10 0.12 0 0.56 249.23 0.06 0.42
Hex 66 64 71 A C 0 38 F9 6 2A
Octal 146 144 161 12 14 0 70 371 6 52
Binary 1100110 1100100 1110001 1010 1100 0 111000 11111001 110 101010

Color Harmonies of #666471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666471

Black with #666471

Text Example


Text Example

White with #666471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666471; }

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

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

background-color css

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

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

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

border-color css

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

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

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