Html Css Color HEX #645882 Kimberly

📋 copy color: '#645882'

red 100 ◦ green 88 ◦ blue 130

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

Shades of Kimberly #645882

Tints of Kimberly #645882

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.67%

 BLUE value IS 130 (51.17% from 255) = 40.88%

R = 31.45%
G = 27.67%
B = 40.88%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#645882 (or 0x645882) is known color: Kimberly. HEX triplet: 64, 58 and 82. RGB value is (100,88,130). Sum of RGB (Red+Green+Blue) = 100+88+130=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 88 (34.77% from 255 or 27.67% from 318); Blue value is 130 (51.17% from 255 or 40.88% from 318); Max value from RGB is 130 - color contains mainly: blue. Hex color #645882 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645882 is #9BA77D. Grayscale: #606060. Windows color (decimal): -10200958 or 8542308. OLE color: 8542308.

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

Color convert

RGB 100 88 130 -
CMYK 0.23 0.32 0 0.49
HSL 257.14º 0.19% 0.43% -
HSV(B) 257.14º 0.32% 0.51% -
XYZ 12.77 11.3 22.63 -
YUV 96.38 146.98 130.58 -
System Red Green Blue C M Y K H S L
Decimal 100 88 130 0.23 0.32 0 0.49 257.14 0.19 0.43
Hex 64 58 82 17 20 0 31 101 13 2B
Octal 144 130 202 27 40 0 61 401 23 53
Binary 1100100 1011000 10000010 10111 100000 0 110001 100000001 10011 101011

Color Harmonies of #645882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645882

Black with #645882

Text Example


Text Example

White with #645882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645882; }

 p { color: rgb(100,88,130); }

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

background-color css

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

 a { background-color: rgb(100,88,130); }

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

border-color css

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

 span { border-color: rgb(100,88,130); }

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