#65638B

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

Shades of Kimberly #65638B

Tints of Kimberly #65638B

Color information

#65638B (or 0x65638B) is unknown color: approx Kimberly. HEX triplet: 65, 63 and 8B. RGB value is (101,99,139). Sum of RGB (Red+Green+Blue) = 101+99+139=339 (44% of max value = 765). Red value is 101 (39.84% from 255 or 29.79% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 139 (54.69% from 255 or 41.00% from 339); Max value from RGB is 139 - color contains mainly: blue. Hex color #65638B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65638B is #9A9C74. Grayscale: #686868. Windows color (decimal): -10132597 or 9134949. OLE color: 9134949.

HSL color Cylindrical-coordinate representation of color #65638B: hue angle of 243º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #65638B is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10199139-
CMYK0.270.2900.45
HSL243º16.81%46.67%-
HSV(B)243º28.78%54.51%-
XYZ14.4913.5526.28-
YUV104.16147.66125.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.79%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 139 (54.69% from 255) = 41.00%
R=29.79%
G=29.20%
B=41.00%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101991390.270.2900.4524316.8146.67
Hex65638B1B1D02Df3112f
Octal14514321333350553632157
Binary1100101110001110001011110111110101011011111001110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65638B; }

 p { color: rgb(101,99,139); }

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

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

 a { background-color: rgb(101,99,139); }

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

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

 span { border-color: rgb(101,99,139); }

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