Html Css Color HEX #645D83 Kimberly

📋 copy color: '#645D83'

red 100 ◦ green 93 ◦ blue 131

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

Shades of Kimberly #645D83

Tints of Kimberly #645D83

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.7%

 BLUE value IS 131 (51.56% from 255) = 40.43%

R = 30.86%
G = 28.7%
B = 40.43%

CMYK

 C value IS 0.24

 M value IS 0.29

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#645D83 (or 0x645D83) is known color: Kimberly. HEX triplet: 64, 5D and 83. RGB value is (100,93,131). Sum of RGB (Red+Green+Blue) = 100+93+131=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 93 (36.72% from 255 or 28.70% from 324); Blue value is 131 (51.56% from 255 or 40.43% from 324); Max value from RGB is 131 - color contains mainly: blue. Hex color #645D83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D83 is #9BA27C. Grayscale: #636363. Windows color (decimal): -10199677 or 8609124. OLE color: 8609124.

HSL color Cylindrical-coordinate representation of color #645D83: hue angle of 251.05º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #645D83 is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 93 131 -
CMYK 0.24 0.29 0 0.49
HSL 251.05º 0.17% 0.44% -
HSV(B) 251.05º 0.29% 0.51% -
XYZ 13.27 12.18 23.12 -
YUV 99.43 145.82 128.41 -
System Red Green Blue C M Y K H S L
Decimal 100 93 131 0.24 0.29 0 0.49 251.05 0.17 0.44
Hex 64 5D 83 18 1D 0 31 FB 11 2C
Octal 144 135 203 30 35 0 61 373 21 54
Binary 1100100 1011101 10000011 11000 11101 0 110001 11111011 10001 101100

Color Harmonies of #645D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D83

Black with #645D83

Text Example


Text Example

White with #645D83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,93,131); }

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

background-color css

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

 a { background-color: rgb(100,93,131); }

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

border-color css

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

 span { border-color: rgb(100,93,131); }

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