#6B6886

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

Shades of Kimberly #6B6886

Tints of Kimberly #6B6886

Color information

#6B6886 (or 0x6B6886) is unknown color: approx Kimberly. HEX triplet: 6B, 68 and 86. RGB value is (107,104,134). Sum of RGB (Red+Green+Blue) = 107+104+134=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 104 (41.02% from 255 or 30.14% from 345); Blue value is 134 (52.73% from 255 or 38.84% from 345); Max value from RGB is 134 - color contains mainly: blue. Hex color #6B6886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6886 is #949779. Grayscale: #6C6C6C. Windows color (decimal): -9738106 or 8808555. OLE color: 8808555.

HSL color Cylindrical-coordinate representation of color #6B6886: hue angle of 246º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B6886 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB107104134-
CMYK0.200.2200.47
HSL246º12.61%46.67%-
HSV(B)246º22.39%52.55%-
XYZ15.3214.7524.59-
YUV108.32142.49127.06-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.01%
GREEN value IS 104 (41.02% from 255) = 30.14%
BLUE value IS 134 (52.73% from 255) = 38.84%
R=31.01%
G=30.14%
B=38.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071041340.200.2200.4724612.6146.67
Hex6B6886141602Ff6d2f
Octal15315020624260573661557
Binary110101111010001000011010100101100101111111101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,104,134); }

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

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

 a { background-color: rgb(107,104,134); }

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

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

 span { border-color: rgb(107,104,134); }

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