Html Css Color HEX #666474 Dolphin

📋 copy color: '#666474'

red 102 ◦ green 100 ◦ blue 116

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

Shades of Dolphin #666474

Tints of Dolphin #666474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 32.08%
G = 31.45%
B = 36.48%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666474 (or 0x666474) is known color: Dolphin. HEX triplet: 66, 64 and 74. RGB value is (102,100,116). Sum of RGB (Red+Green+Blue) = 102+100+116=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 100 (39.45% from 255 or 31.45% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 116 - color contains mainly: blue. Hex color #666474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666474 is #999B8B. Grayscale: #666666. Windows color (decimal): -10066828 or 7627878. OLE color: 7627878.

HSL color Cylindrical-coordinate representation of color #666474: hue angle of 247.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666474 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 102 100 116 -
CMYK 0.12 0.14 0 0.55
HSL 247.5º 0.07% 0.42% -
HSV(B) 247.5º 0.14% 0.45% -
XYZ 13.19 13.2 18.38 -
YUV 102.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 102 100 116 0.12 0.14 0 0.55 247.5 0.07 0.42
Hex 66 64 74 C E 0 37 F8 7 2A
Octal 146 144 164 14 16 0 67 370 7 52
Binary 1100110 1100100 1110100 1100 1110 0 110111 11111000 111 101010

Color Harmonies of #666474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666474

Black with #666474

Text Example


Text Example

White with #666474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666474; }

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

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

background-color css

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

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

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

border-color css

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

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

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