Html Css Color HEX #645B85 Kimberly

📋 copy color: '#645B85'

red 100 ◦ green 91 ◦ blue 133

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

Shades of Kimberly #645B85

Tints of Kimberly #645B85

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.09%

 BLUE value IS 133 (52.34% from 255) = 41.05%

R = 30.86%
G = 28.09%
B = 41.05%

CMYK

 C value IS 0.25

 M value IS 0.32

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#645B85 (or 0x645B85) is known color: Kimberly. HEX triplet: 64, 5B and 85. RGB value is (100,91,133). Sum of RGB (Red+Green+Blue) = 100+91+133=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 133 - color contains mainly: blue. Hex color #645B85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645B85 is #9BA47A. Grayscale: #626262. Windows color (decimal): -10200187 or 8739684. OLE color: 8739684.

HSL color Cylindrical-coordinate representation of color #645B85: hue angle of 252.86º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645B85 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 91 133 -
CMYK 0.25 0.32 0 0.48
HSL 252.86º 0.19% 0.44% -
HSV(B) 252.86º 0.32% 0.52% -
XYZ 13.23 11.88 23.79 -
YUV 98.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 100 91 133 0.25 0.32 0 0.48 252.86 0.19 0.44
Hex 64 5B 85 19 20 0 30 FD 13 2C
Octal 144 133 205 31 40 0 60 375 23 54
Binary 1100100 1011011 10000101 11001 100000 0 110000 11111101 10011 101100

Color Harmonies of #645B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645B85

Black with #645B85

Text Example


Text Example

White with #645B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,91,133); }

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

background-color css

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

 a { background-color: rgb(100,91,133); }

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

border-color css

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

 span { border-color: rgb(100,91,133); }

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