#6D6788

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

Shades of Kimberly #6D6788

Tints of Kimberly #6D6788

Color information

#6D6788 (or 0x6D6788) is unknown color: approx Kimberly. HEX triplet: 6D, 67 and 88. RGB value is (109,103,136). Sum of RGB (Red+Green+Blue) = 109+103+136=348 (46% of max value = 765). Red value is 109 (42.97% from 255 or 31.32% from 348); Green value is 103 (40.62% from 255 or 29.60% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 136 - color contains mainly: blue. Hex color #6D6788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D6788 is #929877. Grayscale: #6C6C6C. Windows color (decimal): -9607288 or 8939373. OLE color: 8939373.

HSL color Cylindrical-coordinate representation of color #6D6788: hue angle of 250.91º degrees, saturation: 0.14, 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 #6D6788 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB109103136-
CMYK0.200.2400.47
HSL250.91º13.81%46.86%-
HSV(B)250.91º24.26%53.33%-
XYZ15.614.7325.31-
YUV108.56143.49128.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 31.32%
GREEN value IS 103 (40.62% from 255) = 29.60%
BLUE value IS 136 (53.52% from 255) = 39.08%
R=31.32%
G=29.60%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1091031360.200.2400.47250.9113.8146.86
Hex6D6788141802Ffbe2f
Octal15514721024300573731657
Binary110110111001111000100010100110000101111111110111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,103,136); }

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

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

 a { background-color: rgb(109,103,136); }

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

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

 span { border-color: rgb(109,103,136); }

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