#65608D

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

Shades of Kimberly #65608D

Tints of Kimberly #65608D

Color information

#65608D (or 0x65608D) is unknown color: approx Kimberly. HEX triplet: 65, 60 and 8D. RGB value is (101,96,141). Sum of RGB (Red+Green+Blue) = 101+96+141=338 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.88% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 141 (55.47% from 255 or 41.72% from 338); Max value from RGB is 141 - color contains mainly: blue. Hex color #65608D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65608D is #9A9F72. Grayscale: #666666. Windows color (decimal): -10133363 or 9265253. OLE color: 9265253.

HSL color Cylindrical-coordinate representation of color #65608D: hue angle of 246.67º 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 #65608D is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10196141-
CMYK0.280.3200.45
HSL246.67º18.99%46.47%-
HSV(B)246.67º31.91%55.29%-
XYZ14.3613.0626.96-
YUV102.62149.66126.84-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.88%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 141 (55.47% from 255) = 41.72%
R=29.88%
G=28.40%
B=41.72%

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
Decimal101961410.280.3200.45246.6718.9946.47
Hex65608D1C2002Df7132e
Octal14514021534400553672356
Binary11001011100000100011011110010000001011011111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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