Html Css Color HEX #666371 Dolphin

📋 copy color: '#666371'

red 102 ◦ green 99 ◦ blue 113

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

Shades of Dolphin #666371

Tints of Dolphin #666371

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.53%

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

R = 32.48%
G = 31.53%
B = 35.99%

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

#666371 (or 0x666371) is known color: Dolphin. HEX triplet: 66, 63 and 71. RGB value is (102,99,113). Sum of RGB (Red+Green+Blue) = 102+99+113=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 113 (44.53% from 255 or 35.99% from 314); Max value from RGB is 113 - color contains mainly: blue. Hex color #666371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666371 is #999C8E. Grayscale: #656565. Windows color (decimal): -10067087 or 7431014. OLE color: 7431014.

HSL color Cylindrical-coordinate representation of color #666371: hue angle of 252.86º degrees, saturation: 0.07, 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 #666371 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 102 99 113 -
CMYK 0.10 0.12 0 0.56
HSL 252.86º 0.07% 0.42% -
HSV(B) 252.86º 0.12% 0.44% -
XYZ 12.92 12.94 17.44 -
YUV 101.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 102 99 113 0.10 0.12 0 0.56 252.86 0.07 0.42
Hex 66 63 71 A C 0 38 FD 7 2A
Octal 146 143 161 12 14 0 70 375 7 52
Binary 1100110 1100011 1110001 1010 1100 0 111000 11111101 111 101010

Color Harmonies of #666371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666371

Black with #666371

Text Example


Text Example

White with #666371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666371; }

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

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

background-color css

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

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

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

border-color css

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

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

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