Html Css Color HEX #646174 Dolphin

📋 copy color: '#646174'

red 100 ◦ green 97 ◦ blue 116

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

Shades of Dolphin #646174

Tints of Dolphin #646174

RGB

 RED value IS 100 (39.45% from 255) = 31.95%

 GREEN value IS 97 (38.28% from 255) = 30.99%

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

R = 31.95%
G = 30.99%
B = 37.06%

CMYK

 C value IS 0.14

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646174 (or 0x646174) is known color: Dolphin. HEX triplet: 64, 61 and 74. RGB value is (100,97,116). Sum of RGB (Red+Green+Blue) = 100+97+116=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 116 (45.70% from 255 or 37.06% from 313); Max value from RGB is 116 - color contains mainly: blue. Hex color #646174 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646174 is #9B9E8B. Grayscale: #636363. Windows color (decimal): -10198668 or 7627108. OLE color: 7627108.

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

Color convert

RGB 100 97 116 -
CMYK 0.14 0.16 0 0.55
HSL 249.47º 0.09% 0.42% -
HSV(B) 249.47º 0.16% 0.45% -
XYZ 12.68 12.52 18.27 -
YUV 100.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 100 97 116 0.14 0.16 0 0.55 249.47 0.09 0.42
Hex 64 61 74 E 10 0 37 F9 9 2A
Octal 144 141 164 16 20 0 67 371 11 52
Binary 1100100 1100001 1110100 1110 10000 0 110111 11111001 1001 101010

Color Harmonies of #646174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646174

Black with #646174

Text Example


Text Example

White with #646174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646174; }

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

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

background-color css

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

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

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

border-color css

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

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

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