#6C6284

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

Shades of Kimberly #6C6284

Tints of Kimberly #6C6284

Color information

#6C6284 (or 0x6C6284) is unknown color: approx Kimberly. HEX triplet: 6C, 62 and 84. RGB value is (108,98,132). Sum of RGB (Red+Green+Blue) = 108+98+132=338 (44% of max value = 765). Red value is 108 (42.58% from 255 or 31.95% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 132 (51.95% from 255 or 39.05% from 338); Max value from RGB is 132 - color contains mainly: blue. Hex color #6C6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6284 is #939D7B. Grayscale: #686868. Windows color (decimal): -9674108 or 8675948. OLE color: 8675948.

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

Color convert

RGB10898132-
CMYK0.180.2600.48
HSL257.65º14.78%45.1%-
HSV(B)257.65º25.76%51.76%-
XYZ14.7213.5923.68-
YUV104.87143.31130.24-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.95%
GREEN value IS 98 (38.67% from 255) = 28.99%
BLUE value IS 132 (51.95% from 255) = 39.05%
R=31.95%
G=28.99%
B=39.05%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108981320.180.2600.48257.6514.7845.1
Hex6C6284121A030102f2d
Octal15414220422320604021755
Binary1101100110001010000100100101101001100001000000101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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