Html Css Color HEX #666473 Dolphin

📋 copy color: '#666473'

red 102 ◦ green 100 ◦ blue 115

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

Shades of Dolphin #666473

Tints of Dolphin #666473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.28%

R = 32.18%
G = 31.55%
B = 36.28%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666473 (or 0x666473) is known color: Dolphin. HEX triplet: 66, 64 and 73. RGB value is (102,100,115). Sum of RGB (Red+Green+Blue) = 102+100+115=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 115 (45.31% from 255 or 36.28% from 317); Max value from RGB is 115 - color contains mainly: blue. Hex color #666473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666473 is #999B8C. Grayscale: #666666. Windows color (decimal): -10066829 or 7562342. OLE color: 7562342.

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

Color convert

RGB 102 100 115 -
CMYK 0.11 0.13 0 0.55
HSL 248º 0.07% 0.42% -
HSV(B) 248º 0.13% 0.45% -
XYZ 13.13 13.18 18.07 -
YUV 102.31 135.16 127.78 -
System Red Green Blue C M Y K H S L
Decimal 102 100 115 0.11 0.13 0 0.55 248 0.07 0.42
Hex 66 64 73 B D 0 37 F8 7 2A
Octal 146 144 163 13 15 0 67 370 7 52
Binary 1100110 1100100 1110011 1011 1101 0 110111 11111000 111 101010

Color Harmonies of #666473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666473

Black with #666473

Text Example


Text Example

White with #666473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666473; }

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

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

background-color css

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

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

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

border-color css

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

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

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