Html Css Color HEX #666374 Dolphin

📋 copy color: '#666374'

red 102 ◦ green 99 ◦ blue 116

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

Shades of Dolphin #666374

Tints of Dolphin #666374

RGB

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

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

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

R = 32.18%
G = 31.23%
B = 36.59%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#666374 (or 0x666374) is known color: Dolphin. HEX triplet: 66, 63 and 74. RGB value is (102,99,116). Sum of RGB (Red+Green+Blue) = 102+99+116=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 99 (39.06% from 255 or 31.23% from 317); Blue value is 116 (45.70% from 255 or 36.59% from 317); Max value from RGB is 116 - color contains mainly: blue. Hex color #666374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666374 is #999C8B. Grayscale: #656565. Windows color (decimal): -10067084 or 7627622. OLE color: 7627622.

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

Color convert

RGB 102 99 116 -
CMYK 0.12 0.15 0 0.55
HSL 250.59º 0.08% 0.42% -
HSV(B) 250.59º 0.15% 0.45% -
XYZ 13.09 13.01 18.34 -
YUV 101.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 102 99 116 0.12 0.15 0 0.55 250.59 0.08 0.42
Hex 66 63 74 C F 0 37 FB 8 2A
Octal 146 143 164 14 17 0 67 373 10 52
Binary 1100110 1100011 1110100 1100 1111 0 110111 11111011 1000 101010

Color Harmonies of #666374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #666374

Black with #666374

Text Example


Text Example

White with #666374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #666374; }

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

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

background-color css

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

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

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

border-color css

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

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

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