Html Css Color HEX #645A8C Kimberly

📋 copy color: '#645A8C'

red 100 ◦ green 90 ◦ blue 140

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

Shades of Kimberly #645A8C

Tints of Kimberly #645A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 27.27%

 BLUE value IS 140 (55.08% from 255) = 42.42%

R = 30.3%
G = 27.27%
B = 42.42%

CMYK

 C value IS 0.29

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#645A8C (or 0x645A8C) is known color: Kimberly. HEX triplet: 64, 5A and 8C. RGB value is (100,90,140). Sum of RGB (Red+Green+Blue) = 100+90+140=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 140 - color contains mainly: blue. Hex color #645A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645A8C is #9BA573. Grayscale: #626262. Windows color (decimal): -10200436 or 9198180. OLE color: 9198180.

HSL color Cylindrical-coordinate representation of color #645A8C: hue angle of 252º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #645A8C is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 100 90 140 -
CMYK 0.29 0.36 0 0.45
HSL 252º 0.22% 0.45% -
HSV(B) 252º 0.36% 0.55% -
XYZ 13.65 11.92 26.39 -
YUV 98.69 151.31 128.93 -
System Red Green Blue C M Y K H S L
Decimal 100 90 140 0.29 0.36 0 0.45 252 0.22 0.45
Hex 64 5A 8C 1D 24 0 2D FC 16 2D
Octal 144 132 214 35 44 0 55 374 26 55
Binary 1100100 1011010 10001100 11101 100100 0 101101 11111100 10110 101101

Color Harmonies of #645A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645A8C

Black with #645A8C

Text Example


Text Example

White with #645A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,140); }

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

background-color css

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

 a { background-color: rgb(100,90,140); }

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

border-color css

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

 span { border-color: rgb(100,90,140); }

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