#6C5F83

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

Shades of Kimberly #6C5F83

Tints of Kimberly #6C5F83

Color information

#6C5F83 (or 0x6C5F83) is unknown color: approx Kimberly. HEX triplet: 6C, 5F and 83. RGB value is (108,95,131). Sum of RGB (Red+Green+Blue) = 108+95+131=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 131 (51.56% from 255 or 39.22% from 334); Max value from RGB is 131 - color contains mainly: blue. Hex color #6C5F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5F83 is #93A07C. Grayscale: #666666. Windows color (decimal): -9674877 or 8609644. OLE color: 8609644.

HSL color Cylindrical-coordinate representation of color #6C5F83: hue angle of 261.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C5F83 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10895131-
CMYK0.180.2700.49
HSL261.67º15.93%44.31%-
HSV(B)261.67º27.48%51.37%-
XYZ14.3713.0123.23-
YUV102.99143.81131.57-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 95 (37.5% from 255) = 28.44%
BLUE value IS 131 (51.56% from 255) = 39.22%
R=32.34%
G=28.44%
B=39.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal108951310.180.2700.49261.6715.9344.31
Hex6C5F83121B031106102c
Octal15413720322330614062054
Binary11011001011111100000111001011011011000110000011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,95,131); }

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

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

 a { background-color: rgb(108,95,131); }

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

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

 span { border-color: rgb(108,95,131); }

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