#6B6789

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

Shades of Kimberly #6B6789

Tints of Kimberly #6B6789

Color information

#6B6789 (or 0x6B6789) is unknown color: approx Kimberly. HEX triplet: 6B, 67 and 89. RGB value is (107,103,137). Sum of RGB (Red+Green+Blue) = 107+103+137=347 (45% of max value = 765). Red value is 107 (42.19% from 255 or 30.84% from 347); Green value is 103 (40.62% from 255 or 29.68% from 347); Blue value is 137 (53.91% from 255 or 39.48% from 347); Max value from RGB is 137 - color contains mainly: blue. Hex color #6B6789 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6789 is #949876. Grayscale: #6B6B6B. Windows color (decimal): -9738359 or 9004907. OLE color: 9004907.

HSL color Cylindrical-coordinate representation of color #6B6789: hue angle of 247.06º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B6789 is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB107103137-
CMYK0.220.2500.46
HSL247.06º14.17%47.06%-
HSV(B)247.06º24.82%53.73%-
XYZ15.4314.6325.68-
YUV108.07144.33127.24-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 30.84%
GREEN value IS 103 (40.62% from 255) = 29.68%
BLUE value IS 137 (53.91% from 255) = 39.48%
R=30.84%
G=29.68%
B=39.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071031370.220.2500.46247.0614.1747.06
Hex6B6789161902Ef7e2f
Octal15314721126310563671657
Binary110101111001111000100110110110010101110111101111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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