#6B6289

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

Shades of Kimberly #6B6289

Tints of Kimberly #6B6289

Color information

#6B6289 (or 0x6B6289) is unknown color: approx Kimberly. HEX triplet: 6B, 62 and 89. RGB value is (107,98,137). Sum of RGB (Red+Green+Blue) = 107+98+137=342 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.29% from 342); Green value is 98 (38.67% from 255 or 28.65% 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 #6B6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6289 is #949D76. Grayscale: #686868. Windows color (decimal): -9739639 or 9003627. OLE color: 9003627.

HSL color Cylindrical-coordinate representation of color #6B6289: hue angle of 253.85º degrees, saturation: 0.17, 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 #6B6289 is Cyan = 0.22, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB10798137-
CMYK0.220.2800.46
HSL253.85º16.6%46.08%-
HSV(B)253.85º28.47%53.73%-
XYZ14.9513.6725.52-
YUV105.14145.98129.33-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.29%
GREEN value IS 98 (38.67% from 255) = 28.65%
BLUE value IS 137 (53.91% from 255) = 40.06%
R=31.29%
G=28.65%
B=40.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal107981370.220.2800.46253.8516.646.08
Hex6B6289161C02Efe112e
Octal15314221126340563762156
Binary1101011110001010001001101101110001011101111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,98,137); }

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

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

 a { background-color: rgb(107,98,137); }

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

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

 span { border-color: rgb(107,98,137); }

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