Html Css Color HEX #645F76 Dolphin

📋 copy color: '#645F76'

red 100 ◦ green 95 ◦ blue 118

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

Shades of Dolphin #645F76

Tints of Dolphin #645F76

RGB

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

 GREEN value IS 95 (37.5% from 255) = 30.35%

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

R = 31.95%
G = 30.35%
B = 37.7%

CMYK

 C value IS 0.15

 M value IS 0.19

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#645F76 (or 0x645F76) is known color: Dolphin. HEX triplet: 64, 5F and 76. RGB value is (100,95,118). Sum of RGB (Red+Green+Blue) = 100+95+118=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #645F76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F76 is #9BA089. Grayscale: #636363. Windows color (decimal): -10199178 or 7757668. OLE color: 7757668.

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

Color convert

RGB 100 95 118 -
CMYK 0.15 0.19 0 0.54
HSL 253.04º 0.11% 0.42% -
HSV(B) 253.04º 0.19% 0.46% -
XYZ 12.62 12.2 18.83 -
YUV 99.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 100 95 118 0.15 0.19 0 0.54 253.04 0.11 0.42
Hex 64 5F 76 F 13 0 36 FD B 2A
Octal 144 137 166 17 23 0 66 375 13 52
Binary 1100100 1011111 1110110 1111 10011 0 110110 11111101 1011 101010

Color Harmonies of #645F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F76

Black with #645F76

Text Example


Text Example

White with #645F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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