Html Css Color HEX #645F7C Dolphin

📋 copy color: '#645F7C'

red 100 ◦ green 95 ◦ blue 124

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

Shades of Dolphin #645F7C

Tints of Dolphin #645F7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 38.87%

R = 31.35%
G = 29.78%
B = 38.87%

CMYK

 C value IS 0.19

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#645F7C (or 0x645F7C) is known color: Dolphin. HEX triplet: 64, 5F and 7C. RGB value is (100,95,124). Sum of RGB (Red+Green+Blue) = 100+95+124=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #645F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645F7C is #9BA083. Grayscale: #636363. Windows color (decimal): -10199172 or 8150884. OLE color: 8150884.

HSL color Cylindrical-coordinate representation of color #645F7C: hue angle of 250.34º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #645F7C is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 100 95 124 -
CMYK 0.19 0.23 0 0.51
HSL 250.34º 0.13% 0.43% -
HSV(B) 250.34º 0.23% 0.49% -
XYZ 12.99 12.35 20.77 -
YUV 99.8 141.66 128.14 -
System Red Green Blue C M Y K H S L
Decimal 100 95 124 0.19 0.23 0 0.51 250.34 0.13 0.43
Hex 64 5F 7C 13 17 0 33 FA D 2B
Octal 144 137 174 23 27 0 63 372 15 53
Binary 1100100 1011111 1111100 10011 10111 0 110011 11111010 1101 101011

Color Harmonies of #645F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645F7C

Black with #645F7C

Text Example


Text Example

White with #645F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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