Html Css Color HEX #646172 Dolphin

📋 copy color: '#646172'

red 100 ◦ green 97 ◦ blue 114

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

Shades of Dolphin #646172

Tints of Dolphin #646172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 36.66%

R = 32.15%
G = 31.19%
B = 36.66%

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

#646172 (or 0x646172) is known color: Dolphin. HEX triplet: 64, 61 and 72. RGB value is (100,97,114). Sum of RGB (Red+Green+Blue) = 100+97+114=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 114 (44.92% from 255 or 36.66% from 311); Max value from RGB is 114 - color contains mainly: blue. Hex color #646172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646172 is #9B9E8D. Grayscale: #636363. Windows color (decimal): -10198670 or 7496036. OLE color: 7496036.

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

Color convert

RGB 100 97 114 -
CMYK 0.12 0.15 0 0.55
HSL 250.59º 0.08% 0.41% -
HSV(B) 250.59º 0.15% 0.45% -
XYZ 12.57 12.47 17.66 -
YUV 99.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 100 97 114 0.12 0.15 0 0.55 250.59 0.08 0.41
Hex 64 61 72 C F 0 37 FB 8 29
Octal 144 141 162 14 17 0 67 373 10 51
Binary 1100100 1100001 1110010 1100 1111 0 110111 11111011 1000 101001

Color Harmonies of #646172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646172

Black with #646172

Text Example


Text Example

White with #646172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646172; }

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

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

background-color css

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

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

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

border-color css

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

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

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