#645F84

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

Shades of Kimberly #645F84

Tints of Kimberly #645F84

Color information

#645F84 (or 0x645F84) is unknown color: approx Kimberly. HEX triplet: 64, 5F and 84. RGB value is (100,95,132). Sum of RGB (Red+Green+Blue) = 100+95+132=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 132 (51.95% from 255 or 40.37% from 327); Max value from RGB is 132 - color contains mainly: blue. Hex color #645F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #645F84 is #9BA07B. Grayscale: #646464. Windows color (decimal): -10199164 or 8675172. OLE color: 8675172.

HSL color Cylindrical-coordinate representation of color #645F84: hue angle of 248.11º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #645F84 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10095132-
CMYK0.240.2800.48
HSL248.11º16.3%44.51%-
HSV(B)248.11º28.03%51.76%-
XYZ13.5112.5623.54-
YUV100.71145.66127.49-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 132 (51.95% from 255) = 40.37%
R=30.58%
G=29.05%
B=40.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal100951320.240.2800.48248.1116.344.51
Hex645F84181C030f8102d
Octal14413720430340603702055
Binary1100100101111110000100110001110001100001111100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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