#6A5F8C

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

Shades of Kimberly #6A5F8C

Tints of Kimberly #6A5F8C

Color information

#6A5F8C (or 0x6A5F8C) is unknown color: approx Kimberly. HEX triplet: 6A, 5F and 8C. RGB value is (106,95,140). Sum of RGB (Red+Green+Blue) = 106+95+140=341 (45% of max value = 765). Red value is 106 (41.80% from 255 or 31.09% from 341); Green value is 95 (37.5% from 255 or 27.86% from 341); Blue value is 140 (55.08% from 255 or 41.06% from 341); Max value from RGB is 140 - color contains mainly: blue. Hex color #6A5F8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5F8C is #95A073. Grayscale: #676767. Windows color (decimal): -9805940 or 9199466. OLE color: 9199466.

HSL color Cylindrical-coordinate representation of color #6A5F8C: hue angle of 254.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A5F8C is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10695140-
CMYK0.240.3200.45
HSL254.67º19.15%46.08%-
HSV(B)254.67º32.14%54.9%-
XYZ14.7713.1426.57-
YUV103.42148.64129.84-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.09%
GREEN value IS 95 (37.5% from 255) = 27.86%
BLUE value IS 140 (55.08% from 255) = 41.06%
R=31.09%
G=27.86%
B=41.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal106951400.240.3200.45254.6719.1546.08
Hex6A5F8C182002Dff132e
Octal15213721430400553772356
Binary11010101011111100011001100010000001011011111111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,95,140); }

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

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

 a { background-color: rgb(106,95,140); }

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

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

 span { border-color: rgb(106,95,140); }

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