Html Css Color HEX #646272 Dolphin

📋 copy color: '#646272'

red 100 ◦ green 98 ◦ blue 114

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

Shades of Dolphin #646272

Tints of Dolphin #646272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.41%

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

R = 32.05%
G = 31.41%
B = 36.54%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646272 (or 0x646272) is known color: Dolphin. HEX triplet: 64, 62 and 72. RGB value is (100,98,114). Sum of RGB (Red+Green+Blue) = 100+98+114=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 98 (38.67% from 255 or 31.41% from 312); Blue value is 114 (44.92% from 255 or 36.54% from 312); Max value from RGB is 114 - color contains mainly: blue. Hex color #646272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646272 is #9B9D8D. Grayscale: #646464. Windows color (decimal): -10198414 or 7496292. OLE color: 7496292.

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

Color convert

RGB 100 98 114 -
CMYK 0.12 0.14 0 0.55
HSL 247.5º 0.08% 0.42% -
HSV(B) 247.5º 0.14% 0.45% -
XYZ 12.66 12.66 17.7 -
YUV 100.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 100 98 114 0.12 0.14 0 0.55 247.5 0.08 0.42
Hex 64 62 72 C E 0 37 F8 8 2A
Octal 144 142 162 14 16 0 67 370 10 52
Binary 1100100 1100010 1110010 1100 1110 0 110111 11111000 1000 101010

Color Harmonies of #646272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646272

Black with #646272

Text Example


Text Example

White with #646272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646272; }

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

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

background-color css

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

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

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

border-color css

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

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

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