#6B5F7C

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

Shades of Kimberly #6B5F7C

Tints of Kimberly #6B5F7C

Color information

#6B5F7C (or 0x6B5F7C) is unknown color: approx Kimberly. HEX triplet: 6B, 5F and 7C. RGB value is (107,95,124). Sum of RGB (Red+Green+Blue) = 107+95+124=326 (43% of max value = 765). Red value is 107 (42.19% from 255 or 32.82% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 124 - color contains mainly: blue. Hex color #6B5F7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5F7C is #94A083. Grayscale: #656565. Windows color (decimal): -9740420 or 8150891. OLE color: 8150891.

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

Color convert

RGB10795124-
CMYK0.140.2300.51
HSL264.83º13.24%42.94%-
HSV(B)264.83º23.39%48.63%-
XYZ13.7912.7720.81-
YUV101.89140.48131.64-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 32.82%
GREEN value IS 95 (37.5% from 255) = 29.14%
BLUE value IS 124 (48.83% from 255) = 38.04%
R=32.82%
G=29.14%
B=38.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal107951240.140.2300.51264.8313.2442.94
Hex6B5F7CE17033109d2b
Octal15313717416270634111553
Binary11010111011111111110011101011101100111000010011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,95,124); }

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

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

 a { background-color: rgb(107,95,124); }

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

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

 span { border-color: rgb(107,95,124); }

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