#6C658A

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

Shades of Kimberly #6C658A

Tints of Kimberly #6C658A

Color information

#6C658A (or 0x6C658A) is unknown color: approx Kimberly. HEX triplet: 6C, 65 and 8A. RGB value is (108,101,138). Sum of RGB (Red+Green+Blue) = 108+101+138=347 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.12% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #6C658A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C658A is #939A75. Grayscale: #6B6B6B. Windows color (decimal): -9673334 or 9069932. OLE color: 9069932.

HSL color Cylindrical-coordinate representation of color #6C658A: hue angle of 251.35º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C658A is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB108101138-
CMYK0.220.2700.46
HSL251.35º15.48%46.86%-
HSV(B)251.35º26.81%54.12%-
XYZ15.4314.3326-
YUV107.31145.32128.49-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.12%
GREEN value IS 101 (39.84% from 255) = 29.11%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=31.12%
G=29.11%
B=39.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081011380.220.2700.46251.3515.4846.86
Hex6C658A161B02Efbf2f
Octal15414521226330563731757
Binary110110011001011000101010110110110101110111110111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,101,138); }

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

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

 a { background-color: rgb(108,101,138); }

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

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

 span { border-color: rgb(108,101,138); }

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