#6C6589

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

Shades of Kimberly #6C6589

Tints of Kimberly #6C6589

Color information

#6C6589 (or 0x6C6589) is unknown color: approx Kimberly. HEX triplet: 6C, 65 and 89. RGB value is (108,101,137). Sum of RGB (Red+Green+Blue) = 108+101+137=346 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.21% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 137 (53.91% from 255 or 39.60% from 346); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6589 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6589 is #939A76. Grayscale: #6B6B6B. Windows color (decimal): -9673335 or 9004396. OLE color: 9004396.

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

Color convert

RGB108101137-
CMYK0.210.2600.46
HSL251.67º15.13%46.67%-
HSV(B)251.67º26.28%53.73%-
XYZ15.3514.325.62-
YUV107.2144.82128.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.21%
GREEN value IS 101 (39.84% from 255) = 29.19%
BLUE value IS 137 (53.91% from 255) = 39.60%
R=31.21%
G=29.19%
B=39.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1081011370.210.2600.46251.6715.1346.67
Hex6C6589151A02Efcf2f
Octal15414521125320563741757
Binary110110011001011000100110101110100101110111111001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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