#6A5C8A

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

Shades of Kimberly #6A5C8A

Tints of Kimberly #6A5C8A

Color information

#6A5C8A (or 0x6A5C8A) is unknown color: approx Kimberly. HEX triplet: 6A, 5C and 8A. RGB value is (106,92,138). Sum of RGB (Red+Green+Blue) = 106+92+138=336 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.55% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 138 (54.30% from 255 or 41.07% from 336); Max value from RGB is 138 - color contains mainly: blue. Hex color #6A5C8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A5C8A is #95A375. Grayscale: #656565. Windows color (decimal): -9806710 or 9067626. OLE color: 9067626.

HSL color Cylindrical-coordinate representation of color #6A5C8A: hue angle of 258.26º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6A5C8A is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10692138-
CMYK0.230.3300.46
HSL258.26º20%45.1%-
HSV(B)258.26º33.33%54.12%-
XYZ14.3612.5525.71-
YUV101.43148.64131.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 31.55%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 138 (54.30% from 255) = 41.07%
R=31.55%
G=27.38%
B=41.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106921380.230.3300.46258.262045.1
Hex6A5C8A172102E102142d
Octal15213421227410564022455
Binary110101010111001000101010111100001010111010000001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5C8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,92,138); }

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

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

 a { background-color: rgb(106,92,138); }

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

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

 span { border-color: rgb(106,92,138); }

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