#645F8B

Color #645F8B Kimberly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kimberly #645F8B

Tints of Kimberly #645F8B

Color information

#645F8B (or 0x645F8B) is unknown color: approx Kimberly. HEX triplet: 64, 5F and 8B. RGB value is (100,95,139). Sum of RGB (Red+Green+Blue) = 100+95+139=334 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.94% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #645F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F8B is #9BA074. Grayscale: #656565. Windows color (decimal): -10199157 or 9133924. OLE color: 9133924.

HSL color Cylindrical-coordinate representation of color #645F8B: hue angle of 246.82º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #645F8B is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10095139-
CMYK0.280.3200.45
HSL246.82º18.8%45.88%-
HSV(B)246.82º31.65%54.51%-
XYZ14.0112.7626.15-
YUV101.51149.16126.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.94%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=29.94%
G=28.44%
B=41.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100951390.280.3200.45246.8218.845.88
Hex645F8B1C2002Df7132e
Octal14413721334400553672356
Binary11001001011111100010111110010000001011011111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,95,139); }

 H1.HeaderClassName
 {
   color: #645F8B;
 }
 .AnyTagClassName
 {
   color: #645F8B;
 }
</style>
background-color css

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

 a { background-color: rgb(100,95,139); }

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

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

 span { border-color: rgb(100,95,139); }

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