Html Css Color HEX #646176 Dolphin

📋 copy color: '#646176'

red 100 ◦ green 97 ◦ blue 118

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

Shades of Dolphin #646176

Tints of Dolphin #646176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 37.46%

R = 31.75%
G = 30.79%
B = 37.46%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#646176 (or 0x646176) is known color: Dolphin. HEX triplet: 64, 61 and 76. RGB value is (100,97,118). Sum of RGB (Red+Green+Blue) = 100+97+118=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 97 (38.28% from 255 or 30.79% from 315); Blue value is 118 (46.48% from 255 or 37.46% from 315); Max value from RGB is 118 - color contains mainly: blue. Hex color #646176 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646176 is #9B9E89. Grayscale: #646464. Windows color (decimal): -10198666 or 7758180. OLE color: 7758180.

HSL color Cylindrical-coordinate representation of color #646176: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #646176 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 97 118 -
CMYK 0.15 0.18 0 0.54
HSL 248.57º 0.1% 0.42% -
HSV(B) 248.57º 0.18% 0.46% -
XYZ 12.8 12.57 18.89 -
YUV 100.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 100 97 118 0.15 0.18 0 0.54 248.57 0.1 0.42
Hex 64 61 76 F 12 0 36 F9 A 2A
Octal 144 141 166 17 22 0 66 371 12 52
Binary 1100100 1100001 1110110 1111 10010 0 110110 11111001 1010 101010

Color Harmonies of #646176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646176

Black with #646176

Text Example


Text Example

White with #646176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646176; }

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

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

background-color css

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

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

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

border-color css

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

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

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