Html Css Color HEX #646173 Dolphin

📋 copy color: '#646173'

red 100 ◦ green 97 ◦ blue 115

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

Shades of Dolphin #646173

Tints of Dolphin #646173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 36.86%

R = 32.05%
G = 31.09%
B = 36.86%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#646173 (or 0x646173) is known color: Dolphin. HEX triplet: 64, 61 and 73. RGB value is (100,97,115). Sum of RGB (Red+Green+Blue) = 100+97+115=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 115 (45.31% from 255 or 36.86% from 312); Max value from RGB is 115 - color contains mainly: blue. Hex color #646173 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646173 is #9B9E8C. Grayscale: #636363. Windows color (decimal): -10198669 or 7561572. OLE color: 7561572.

HSL color Cylindrical-coordinate representation of color #646173: hue angle of 250º degrees, saturation: 0.08, 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 #646173 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 97 115 -
CMYK 0.13 0.16 0 0.55
HSL 250º 0.08% 0.42% -
HSV(B) 250º 0.16% 0.45% -
XYZ 12.62 12.5 17.97 -
YUV 99.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 100 97 115 0.13 0.16 0 0.55 250 0.08 0.42
Hex 64 61 73 D 10 0 37 FA 8 2A
Octal 144 141 163 15 20 0 67 372 10 52
Binary 1100100 1100001 1110011 1101 10000 0 110111 11111010 1000 101010

Color Harmonies of #646173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646173

Black with #646173

Text Example


Text Example

White with #646173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646173; }

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

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

background-color css

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

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

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

border-color css

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

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

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