#6F6186

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

Shades of Kimberly #6F6186

Tints of Kimberly #6F6186

Color information

#6F6186 (or 0x6F6186) is unknown color: approx Kimberly. HEX triplet: 6F, 61 and 86. RGB value is (111,97,134). Sum of RGB (Red+Green+Blue) = 111+97+134=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 97 (38.28% from 255 or 28.36% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 134 - color contains mainly: blue. Hex color #6F6186 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6186 is #909E79. Grayscale: #696969. Windows color (decimal): -9477754 or 8806767. OLE color: 8806767.

HSL color Cylindrical-coordinate representation of color #6F6186: hue angle of 262.7º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F6186 is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11197134-
CMYK0.170.2800.47
HSL262.7º16.02%45.29%-
HSV(B)262.7º27.61%52.55%-
XYZ15.1313.6524.39-
YUV105.4144.14131.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 97 (38.28% from 255) = 28.36%
BLUE value IS 134 (52.73% from 255) = 39.18%
R=32.46%
G=28.36%
B=39.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111971340.170.2800.47262.716.0245.29
Hex6F6186111C02F107102d
Octal15714120621340574072055
Binary11011111100001100001101000111100010111110000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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