Html Css Color HEX #645987 Kimberly

📋 copy color: '#645987'

red 100 ◦ green 89 ◦ blue 135

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

Shades of Kimberly #645987

Tints of Kimberly #645987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 30.86%
G = 27.47%
B = 41.67%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#645987 (or 0x645987) is known color: Kimberly. HEX triplet: 64, 59 and 87. RGB value is (100,89,135). Sum of RGB (Red+Green+Blue) = 100+89+135=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 135 - color contains mainly: blue. Hex color #645987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645987 is #9BA678. Grayscale: #616161. Windows color (decimal): -10200697 or 8870244. OLE color: 8870244.

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

Color convert

RGB 100 89 135 -
CMYK 0.26 0.34 0 0.47
HSL 254.35º 0.21% 0.44% -
HSV(B) 254.35º 0.34% 0.53% -
XYZ 13.2 11.6 24.47 -
YUV 97.53 149.14 129.76 -
System Red Green Blue C M Y K H S L
Decimal 100 89 135 0.26 0.34 0 0.47 254.35 0.21 0.44
Hex 64 59 87 1A 22 0 2F FE 15 2C
Octal 144 131 207 32 42 0 57 376 25 54
Binary 1100100 1011001 10000111 11010 100010 0 101111 11111110 10101 101100

Color Harmonies of #645987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645987

Black with #645987

Text Example


Text Example

White with #645987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645987; }

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

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

background-color css

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

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

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

border-color css

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

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

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