Html Css Color HEX #645D8E Kimberly

📋 copy color: '#645D8E'

red 100 ◦ green 93 ◦ blue 142

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

Shades of Kimberly #645D8E

Tints of Kimberly #645D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.39%

R = 29.85%
G = 27.76%
B = 42.39%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#645D8E (or 0x645D8E) is known color: Kimberly. HEX triplet: 64, 5D and 8E. RGB value is (100,93,142). Sum of RGB (Red+Green+Blue) = 100+93+142=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 142 (55.86% from 255 or 42.39% from 335); Max value from RGB is 142 - color contains mainly: blue. Hex color #645D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645D8E is #9BA271. Grayscale: #646464. Windows color (decimal): -10199666 or 9330020. OLE color: 9330020.

HSL color Cylindrical-coordinate representation of color #645D8E: hue angle of 248.57º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #645D8E is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 100 93 142 -
CMYK 0.30 0.35 0 0.44
HSL 248.57º 0.21% 0.46% -
HSV(B) 248.57º 0.35% 0.56% -
XYZ 14.05 12.49 27.26 -
YUV 100.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 100 93 142 0.30 0.35 0 0.44 248.57 0.21 0.46
Hex 64 5D 8E 1E 23 0 2C F9 15 2E
Octal 144 135 216 36 43 0 54 371 25 56
Binary 1100100 1011101 10001110 11110 100011 0 101100 11111001 10101 101110

Color Harmonies of #645D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645D8E

Black with #645D8E

Text Example


Text Example

White with #645D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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