#65608E

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

Shades of Kimberly #65608E

Tints of Kimberly #65608E

Color information

#65608E (or 0x65608E) is unknown color: approx Kimberly. HEX triplet: 65, 60 and 8E. RGB value is (101,96,142). Sum of RGB (Red+Green+Blue) = 101+96+142=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #65608E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65608E is #9A9F71. Grayscale: #666666. Windows color (decimal): -10133362 or 9330789. OLE color: 9330789.

HSL color Cylindrical-coordinate representation of color #65608E: hue angle of 246.52º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65608E is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10196142-
CMYK0.290.3200.44
HSL246.52º19.33%46.67%-
HSV(B)246.52º32.39%55.69%-
XYZ14.4313.0927.36-
YUV102.74150.16126.76-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 96 (37.89% from 255) = 28.32%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=29.79%
G=28.32%
B=41.89%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101961420.290.3200.44246.5219.3346.67
Hex65608E1D2002Cf7132f
Octal14514021635400543672357
Binary11001011100000100011101110110000001011001111011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65608E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65608E; }

 p { color: rgb(101,96,142); }

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

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

 a { background-color: rgb(101,96,142); }

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

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

 span { border-color: rgb(101,96,142); }

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