#6C638C

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

Shades of Kimberly #6C638C

Tints of Kimberly #6C638C

Color information

#6C638C (or 0x6C638C) is unknown color: approx Kimberly. HEX triplet: 6C, 63 and 8C. RGB value is (108,99,140). Sum of RGB (Red+Green+Blue) = 108+99+140=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #6C638C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C638C is #939C73. Grayscale: #6A6A6A. Windows color (decimal): -9673844 or 9200492. OLE color: 9200492.

HSL color Cylindrical-coordinate representation of color #6C638C: hue angle of 253.17º 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 #6C638C is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10899140-
CMYK0.230.2900.45
HSL253.17º17.15%46.86%-
HSV(B)253.17º29.29%54.9%-
XYZ15.3814.0126.7-
YUV106.36146.98129.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=31.12%
G=28.53%
B=40.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal108991400.230.2900.45253.1717.1546.86
Hex6C638C171D02Dfd112f
Octal15414321427350553752157
Binary1101100110001110001100101111110101011011111110110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C638C; }

 p { color: rgb(108,99,140); }

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

<style>
 a { background-color: #6C638C; }

 a { background-color: rgb(108,99,140); }

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

<style>
 span { border-color: #6C638C; }

 span { border-color: rgb(108,99,140); }

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