#6C6282

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

Shades of Kimberly #6C6282

Tints of Kimberly #6C6282

Color information

#6C6282 (or 0x6C6282) is unknown color: approx Kimberly. HEX triplet: 6C, 62 and 82. RGB value is (108,98,130). Sum of RGB (Red+Green+Blue) = 108+98+130=336 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.14% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 130 - color contains mainly: blue. Hex color #6C6282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6282 is #939D7D. Grayscale: #686868. Windows color (decimal): -9674110 or 8544876. OLE color: 8544876.

HSL color Cylindrical-coordinate representation of color #6C6282: hue angle of 258.75º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6C6282 is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10898130-
CMYK0.170.2500.49
HSL258.75º14.04%44.71%-
HSV(B)258.75º24.62%50.98%-
XYZ14.5813.5422.96-
YUV104.64142.31130.4-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.14%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=32.14%
G=29.17%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108981300.170.2500.49258.7514.0444.71
Hex6C62821119031103e2d
Octal15414220221310614031655
Binary1101100110001010000010100011100101100011000000111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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