#65638D

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

Shades of Kimberly #65638D

Tints of Kimberly #65638D

Color information

#65638D (or 0x65638D) is unknown color: approx Kimberly. HEX triplet: 65, 63 and 8D. RGB value is (101,99,141). Sum of RGB (Red+Green+Blue) = 101+99+141=341 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.62% from 341); Green value is 99 (39.06% from 255 or 29.03% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #65638D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #65638D is #9A9C72. Grayscale: #686868. Windows color (decimal): -10132595 or 9266021. OLE color: 9266021.

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

Color convert

RGB10199141-
CMYK0.280.3000.45
HSL242.86º17.5%47.06%-
HSV(B)242.86º29.79%55.29%-
XYZ14.6413.6127.06-
YUV104.39148.66125.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.62%
GREEN value IS 99 (39.06% from 255) = 29.03%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=29.62%
G=29.03%
B=41.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal101991410.280.3000.45242.8617.547.06
Hex65638D1C1E02Df3122f
Octal14514321534360553632257
Binary1100101110001110001101111001111001011011111001110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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