Html Css Color HEX #645988 Kimberly

📋 copy color: '#645988'

red 100 ◦ green 89 ◦ blue 136

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

Shades of Kimberly #645988

Tints of Kimberly #645988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.38%

 BLUE value IS 136 (53.52% from 255) = 41.85%

R = 30.77%
G = 27.38%
B = 41.85%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#645988 (or 0x645988) is known color: Kimberly. HEX triplet: 64, 59 and 88. RGB value is (100,89,136). Sum of RGB (Red+Green+Blue) = 100+89+136=325 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.77% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 136 - color contains mainly: blue. Hex color #645988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645988 is #9BA677. Grayscale: #616161. Windows color (decimal): -10200696 or 8935780. OLE color: 8935780.

HSL color Cylindrical-coordinate representation of color #645988: hue angle of 254.04º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645988 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 89 136 -
CMYK 0.26 0.35 0 0.47
HSL 254.04º 0.21% 0.44% -
HSV(B) 254.04º 0.35% 0.53% -
XYZ 13.27 11.63 24.84 -
YUV 97.65 149.64 129.68 -
System Red Green Blue C M Y K H S L
Decimal 100 89 136 0.26 0.35 0 0.47 254.04 0.21 0.44
Hex 64 59 88 1A 23 0 2F FE 15 2C
Octal 144 131 210 32 43 0 57 376 25 54
Binary 1100100 1011001 10001000 11010 100011 0 101111 11111110 10101 101100

Color Harmonies of #645988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645988

Black with #645988

Text Example


Text Example

White with #645988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645988; }

 p { color: rgb(100,89,136); }

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

background-color css

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

 a { background-color: rgb(100,89,136); }

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

border-color css

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

 span { border-color: rgb(100,89,136); }

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