#6B6787

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

Shades of Kimberly #6B6787

Tints of Kimberly #6B6787

Color information

#6B6787 (or 0x6B6787) is unknown color: approx Kimberly. HEX triplet: 6B, 67 and 87. RGB value is (107,103,135). Sum of RGB (Red+Green+Blue) = 107+103+135=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #6B6787 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B6787 is #949878. Grayscale: #6B6B6B. Windows color (decimal): -9738361 or 8873835. OLE color: 8873835.

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

Color convert

RGB107103135-
CMYK0.210.2400.47
HSL247.5º13.45%46.67%-
HSV(B)247.5º23.7%52.94%-
XYZ15.2914.5824.93-
YUV107.84143.33127.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 31.01%
GREEN value IS 103 (40.62% from 255) = 29.86%
BLUE value IS 135 (53.12% from 255) = 39.13%
R=31.01%
G=29.86%
B=39.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1071031350.210.2400.47247.513.4546.67
Hex6B6787151802Ff8d2f
Octal15314720725300573701557
Binary110101111001111000011110101110000101111111110001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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