Html Css Color HEX #645881 Kimberly

📋 copy color: '#645881'

red 100 ◦ green 88 ◦ blue 129

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

Shades of Kimberly #645881

Tints of Kimberly #645881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 40.69%

R = 31.55%
G = 27.76%
B = 40.69%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#645881 (or 0x645881) is known color: Kimberly. HEX triplet: 64, 58 and 81. RGB value is (100,88,129). Sum of RGB (Red+Green+Blue) = 100+88+129=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 88 (34.77% from 255 or 27.76% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 129 - color contains mainly: blue. Hex color #645881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645881 is #9BA77E. Grayscale: #606060. Windows color (decimal): -10200959 or 8476772. OLE color: 8476772.

HSL color Cylindrical-coordinate representation of color #645881: hue angle of 257.56º 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 #645881 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 88 129 -
CMYK 0.22 0.32 0 0.49
HSL 257.56º 0.19% 0.43% -
HSV(B) 257.56º 0.32% 0.51% -
XYZ 12.71 11.27 22.28 -
YUV 96.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 100 88 129 0.22 0.32 0 0.49 257.56 0.19 0.43
Hex 64 58 81 16 20 0 31 102 13 2B
Octal 144 130 201 26 40 0 61 402 23 53
Binary 1100100 1011000 10000001 10110 100000 0 110001 100000010 10011 101011

Color Harmonies of #645881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645881

Black with #645881

Text Example


Text Example

White with #645881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #645881; }

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

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

background-color css

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

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

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

border-color css

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

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

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