#6F6185

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

Shades of Kimberly #6F6185

Tints of Kimberly #6F6185

Color information

#6F6185 (or 0x6F6185) is unknown color: approx Kimberly. HEX triplet: 6F, 61 and 85. RGB value is (111,97,133). Sum of RGB (Red+Green+Blue) = 111+97+133=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F6185 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6185 is #909E7A. Grayscale: #696969. Windows color (decimal): -9477755 or 8741231. OLE color: 8741231.

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

Color convert

RGB11197133-
CMYK0.170.2700.48
HSL263.33º15.65%45.1%-
HSV(B)263.33º27.07%52.16%-
XYZ15.0613.6224.03-
YUV105.29143.64132.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.55%
GREEN value IS 97 (38.28% from 255) = 28.45%
BLUE value IS 133 (52.34% from 255) = 39.00%
R=32.55%
G=28.45%
B=39.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal111971330.170.2700.48263.3315.6545.1
Hex6F6185111B030107102d
Octal15714120521330604072055
Binary11011111100001100001011000111011011000010000011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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