#6C6988

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

Shades of Kimberly #6C6988

Tints of Kimberly #6C6988

Color information

#6C6988 (or 0x6C6988) is unknown color: approx Kimberly. HEX triplet: 6C, 69 and 88. RGB value is (108,105,136). Sum of RGB (Red+Green+Blue) = 108+105+136=349 (46% of max value = 765). Red value is 108 (42.58% from 255 or 30.95% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 136 (53.52% from 255 or 38.97% from 349); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C6988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6988 is #939677. Grayscale: #6D6D6D. Windows color (decimal): -9672312 or 8939884. OLE color: 8939884.

HSL color Cylindrical-coordinate representation of color #6C6988: hue angle of 245.81º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C6988 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB108105136-
CMYK0.210.2300.47
HSL245.81º12.86%47.25%-
HSV(B)245.81º22.79%53.33%-
XYZ15.6815.0725.37-
YUV109.43142.99126.98-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 30.95%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 136 (53.52% from 255) = 38.97%
R=30.95%
G=30.09%
B=38.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1081051360.210.2300.47245.8112.8647.25
Hex6C6988151702Ff6d2f
Octal15415121025270573661557
Binary110110011010011000100010101101110101111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,105,136); }

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

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

 a { background-color: rgb(108,105,136); }

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

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

 span { border-color: rgb(108,105,136); }

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