#6C6086

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

Shades of Kimberly #6C6086

Tints of Kimberly #6C6086

Color information

#6C6086 (or 0x6C6086) is unknown color: approx Kimberly. HEX triplet: 6C, 60 and 86. RGB value is (108,96,134). Sum of RGB (Red+Green+Blue) = 108+96+134=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #6C6086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6086 is #939F79. Grayscale: #676767. Windows color (decimal): -9674618 or 8806508. OLE color: 8806508.

HSL color Cylindrical-coordinate representation of color #6C6086: hue angle of 258.95º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6C6086 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB10896134-
CMYK0.190.2800.47
HSL258.95º16.52%45.1%-
HSV(B)258.95º28.36%52.55%-
XYZ14.6713.2824.34-
YUV103.92144.98130.91-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=31.95%
G=28.40%
B=39.64%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal108961340.190.2800.47258.9516.5245.1
Hex6C6086131C02F103112d
Octal15414020623340574032155
Binary11011001100000100001101001111100010111110000001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,96,134); }

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

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

 a { background-color: rgb(108,96,134); }

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

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

 span { border-color: rgb(108,96,134); }

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