#6F6585

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

Shades of Kimberly #6F6585

Tints of Kimberly #6F6585

Color information

#6F6585 (or 0x6F6585) is unknown color: approx Kimberly. HEX triplet: 6F, 65 and 85. RGB value is (111,101,133). Sum of RGB (Red+Green+Blue) = 111+101+133=345 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.17% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F6585 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6585 is #909A7A. Grayscale: #6B6B6B. Windows color (decimal): -9476731 or 8742255. OLE color: 8742255.

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

Color convert

RGB111101133-
CMYK0.170.2400.48
HSL258.75º13.68%45.88%-
HSV(B)258.75º24.06%52.16%-
XYZ15.4414.3824.15-
YUV107.64142.31130.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.17%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 133 (52.34% from 255) = 38.55%
R=32.17%
G=29.28%
B=38.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111011330.170.2400.48258.7513.6845.88
Hex6F65851118030103e2e
Octal15714520521300604031656
Binary1101111110010110000101100011100001100001000000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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