#6C6884

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

Shades of Kimberly #6C6884

Tints of Kimberly #6C6884

Color information

#6C6884 (or 0x6C6884) is unknown color: approx Kimberly. HEX triplet: 6C, 68 and 84. RGB value is (108,104,132). Sum of RGB (Red+Green+Blue) = 108+104+132=344 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.40% from 344); Green value is 104 (41.02% from 255 or 30.23% from 344); Blue value is 132 (51.95% from 255 or 38.37% from 344); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6884 is #93977B. Grayscale: #6C6C6C. Windows color (decimal): -9672572 or 8677484. OLE color: 8677484.

HSL color Cylindrical-coordinate representation of color #6C6884: hue angle of 248.57º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C6884 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB108104132-
CMYK0.180.2100.48
HSL248.57º11.86%46.27%-
HSV(B)248.57º21.21%51.76%-
XYZ15.314.7523.87-
YUV108.39141.33127.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.40%
GREEN value IS 104 (41.02% from 255) = 30.23%
BLUE value IS 132 (51.95% from 255) = 38.37%
R=31.40%
G=30.23%
B=38.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081041320.180.2100.48248.5711.8646.27
Hex6C68841215030f9c2e
Octal15415020422250603711456
Binary110110011010001000010010010101010110000111110011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,104,132); }

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

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

 a { background-color: rgb(108,104,132); }

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

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

 span { border-color: rgb(108,104,132); }

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