#6F6191

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

Shades of Kimberly #6F6191

Tints of Kimberly #6F6191

Color information

#6F6191 (or 0x6F6191) is unknown color: approx Kimberly. HEX triplet: 6F, 61 and 91. RGB value is (111,97,145). Sum of RGB (Red+Green+Blue) = 111+97+145=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 145 (57.03% from 255 or 41.08% from 353); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F6191 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6191 is #909E6E. Grayscale: #6A6A6A. Windows color (decimal): -9477743 or 9527663. OLE color: 9527663.

HSL color Cylindrical-coordinate representation of color #6F6191: hue angle of 257.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F6191 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11197145-
CMYK0.230.3300.43
HSL257.5º19.83%47.45%-
HSV(B)257.5º33.1%56.86%-
XYZ15.9413.9728.64-
YUV106.66149.64131.1-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 97 (38.28% from 255) = 27.48%
BLUE value IS 145 (57.03% from 255) = 41.08%
R=31.44%
G=27.48%
B=41.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111971450.230.3300.43257.519.8347.45
Hex6F6191172102B102142f
Octal15714122127410534022457
Binary110111111000011001000110111100001010101110000001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,97,145); }

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

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

 a { background-color: rgb(111,97,145); }

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

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

 span { border-color: rgb(111,97,145); }

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