#6F6780

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

Shades of Kimberly #6F6780

Tints of Kimberly #6F6780

Color information

#6F6780 (or 0x6F6780) is unknown color: approx Kimberly. HEX triplet: 6F, 67 and 80. RGB value is (111,103,128). Sum of RGB (Red+Green+Blue) = 111+103+128=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 103 (40.62% from 255 or 30.12% from 342); Blue value is 128 (50.39% from 255 or 37.43% from 342); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F6780 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6780 is #90987F. Grayscale: #6C6C6C. Windows color (decimal): -9476224 or 8415087. OLE color: 8415087.

HSL color Cylindrical-coordinate representation of color #6F6780: hue angle of 259.2º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F6780 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111103128-
CMYK0.130.2000.50
HSL259.2º10.82%45.29%-
HSV(B)259.2º19.53%50.2%-
XYZ15.314.6422.44-
YUV108.24139.15129.97-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 103 (40.62% from 255) = 30.12%
BLUE value IS 128 (50.39% from 255) = 37.43%
R=32.46%
G=30.12%
B=37.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111031280.130.2000.50259.210.8245.29
Hex6F6780D14032103b2d
Octal15714720015240624031355
Binary110111111001111000000011011010001100101000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,103,128); }

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

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

 a { background-color: rgb(111,103,128); }

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

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

 span { border-color: rgb(111,103,128); }

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