#65638E

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

Shades of Kimberly #65638E

Tints of Kimberly #65638E

Color information

#65638E (or 0x65638E) is unknown color: approx Kimberly. HEX triplet: 65, 63 and 8E. RGB value is (101,99,142). Sum of RGB (Red+Green+Blue) = 101+99+142=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 142 (55.86% from 255 or 41.52% from 342); Max value from RGB is 142 - color contains mainly: blue. Hex color #65638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65638E is #9A9C71. Grayscale: #686868. Windows color (decimal): -10132594 or 9331557. OLE color: 9331557.

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

Color convert

RGB10199142-
CMYK0.290.3000.44
HSL242.79º17.84%47.25%-
HSV(B)242.79º30.28%55.69%-
XYZ14.7113.6427.45-
YUV104.5149.16125.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.53%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 142 (55.86% from 255) = 41.52%
R=29.53%
G=28.95%
B=41.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal101991420.290.3000.44242.7917.8447.25
Hex65638E1D1E02Cf3122f
Octal14514321635360543632257
Binary1100101110001110001110111011111001011001111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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