#646083

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

Shades of Kimberly #646083

Tints of Kimberly #646083

Color information

#646083 (or 0x646083) is unknown color: approx Kimberly. HEX triplet: 64, 60 and 83. RGB value is (100,96,131). Sum of RGB (Red+Green+Blue) = 100+96+131=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 131 (51.56% from 255 or 40.06% from 327); Max value from RGB is 131 - color contains mainly: blue. Hex color #646083 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #646083 is #9B9F7C. Grayscale: #656565. Windows color (decimal): -10198909 or 8609892. OLE color: 8609892.

HSL color Cylindrical-coordinate representation of color #646083: hue angle of 246.86º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #646083 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10096131-
CMYK0.240.2700.49
HSL246.86º15.42%44.51%-
HSV(B)246.86º26.72%51.37%-
XYZ13.5412.7123.21-
YUV101.19144.83127.15-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 131 (51.56% from 255) = 40.06%
R=30.58%
G=29.36%
B=40.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100961310.240.2700.49246.8615.4244.51
Hex646083181B031f7f2d
Octal14414020330330613671755
Binary110010011000001000001111000110110110001111101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646083; }

 p { color: rgb(100,96,131); }

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

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

 a { background-color: rgb(100,96,131); }

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

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

 span { border-color: rgb(100,96,131); }

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