#6C6189

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

Shades of Kimberly #6C6189

Tints of Kimberly #6C6189

Color information

#6C6189 (or 0x6C6189) is unknown color: approx Kimberly. HEX triplet: 6C, 61 and 89. RGB value is (108,97,137). Sum of RGB (Red+Green+Blue) = 108+97+137=342 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.58% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #6C6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6189 is #939E76. Grayscale: #686868. Windows color (decimal): -9674359 or 9003372. OLE color: 9003372.

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

Color convert

RGB10897137-
CMYK0.210.2900.46
HSL256.5º17.09%45.88%-
HSV(B)256.5º29.2%53.73%-
XYZ14.9713.5425.49-
YUV104.85146.14130.25-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.58%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=31.58%
G=28.36%
B=40.06%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal108971370.210.2900.46256.517.0945.88
Hex6C6189151D02E100112e
Octal15414121125350564002156
Binary11011001100001100010011010111101010111010000000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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