#6C6484

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

Shades of Kimberly #6C6484

Tints of Kimberly #6C6484

Color information

#6C6484 (or 0x6C6484) is unknown color: approx Kimberly. HEX triplet: 6C, 64 and 84. RGB value is (108,100,132). Sum of RGB (Red+Green+Blue) = 108+100+132=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 100 (39.45% from 255 or 29.41% from 340); Blue value is 132 (51.95% from 255 or 38.82% from 340); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6484 is #939B7B. Grayscale: #696969. Windows color (decimal): -9673596 or 8676460. OLE color: 8676460.

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

Color convert

RGB108100132-
CMYK0.180.2400.48
HSL255º13.79%45.49%-
HSV(B)255º24.24%51.76%-
XYZ14.9113.9723.74-
YUV106.04142.65129.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.76%
GREEN value IS 100 (39.45% from 255) = 29.41%
BLUE value IS 132 (51.95% from 255) = 38.82%
R=31.76%
G=29.41%
B=38.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081001320.180.2400.4825513.7945.49
Hex6C64841218030ffe2d
Octal15414420422300603771655
Binary110110011001001000010010010110000110000111111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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