#6C6085

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

Shades of Kimberly #6C6085

Tints of Kimberly #6C6085

Color information

#6C6085 (or 0x6C6085) is unknown color: approx Kimberly. HEX triplet: 6C, 60 and 85. RGB value is (108,96,133). Sum of RGB (Red+Green+Blue) = 108+96+133=337 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.05% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 133 (52.34% from 255 or 39.47% from 337); Max value from RGB is 133 - color contains mainly: blue. Hex color #6C6085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C6085 is #939F7A. Grayscale: #676767. Windows color (decimal): -9674619 or 8740972. OLE color: 8740972.

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

Color convert

RGB10896133-
CMYK0.190.2800.48
HSL259.46º16.16%44.9%-
HSV(B)259.46º27.82%52.16%-
XYZ14.613.2523.98-
YUV103.81144.48130.99-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.05%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 133 (52.34% from 255) = 39.47%
R=32.05%
G=28.49%
B=39.47%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal108961330.190.2800.48259.4616.1644.9
Hex6C6085131C030103102d
Octal15414020523340604032055
Binary11011001100000100001011001111100011000010000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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