#6A6389

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

Shades of Kimberly #6A6389

Tints of Kimberly #6A6389

Color information

#6A6389 (or 0x6A6389) is unknown color: approx Kimberly. HEX triplet: 6A, 63 and 89. RGB value is (106,99,137). Sum of RGB (Red+Green+Blue) = 106+99+137=342 (45% of max value = 765). Red value is 106 (41.80% from 255 or 30.99% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 137 (53.91% from 255 or 40.06% from 342); Max value from RGB is 137 - color contains mainly: blue. Hex color #6A6389 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A6389 is #959C76. Grayscale: #696969. Windows color (decimal): -9804919 or 9003882. OLE color: 9003882.

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

Color convert

RGB10699137-
CMYK0.230.2800.46
HSL251.05º16.1%46.27%-
HSV(B)251.05º27.74%53.73%-
XYZ14.9213.7925.54-
YUV105.42145.82128.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 30.99%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=30.99%
G=28.95%
B=40.06%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal106991370.230.2800.46251.0516.146.27
Hex6A6389171C02Efb102e
Octal15214321127340563732056
Binary1101010110001110001001101111110001011101111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,99,137); }

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

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

 a { background-color: rgb(106,99,137); }

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

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

 span { border-color: rgb(106,99,137); }

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