#6C6485

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

Shades of Kimberly #6C6485

Tints of Kimberly #6C6485

Color information

#6C6485 (or 0x6C6485) is unknown color: approx Kimberly. HEX triplet: 6C, 64 and 85. RGB value is (108,100,133). Sum of RGB (Red+Green+Blue) = 108+100+133=341 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.67% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6485 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6485 is #939B7A. Grayscale: #6A6A6A. Windows color (decimal): -9673595 or 8741996. OLE color: 8741996.

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

Color convert

RGB108100133-
CMYK0.190.2500.48
HSL254.55º14.16%45.69%-
HSV(B)254.55º24.81%52.16%-
XYZ14.981424.1-
YUV106.15143.15129.32-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 31.67%
GREEN value IS 100 (39.45% from 255) = 29.33%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=31.67%
G=29.33%
B=39.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1081001330.190.2500.48254.5514.1645.69
Hex6C64851319030ffe2e
Octal15414420523310603771656
Binary110110011001001000010110011110010110000111111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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