#6F6985

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

Shades of Kimberly #6F6985

Tints of Kimberly #6F6985

Color information

#6F6985 (or 0x6F6985) is unknown color: approx Kimberly. HEX triplet: 6F, 69 and 85. RGB value is (111,105,133). Sum of RGB (Red+Green+Blue) = 111+105+133=349 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.81% from 349); Green value is 105 (41.41% from 255 or 30.09% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 133 - color contains mainly: blue. Hex color #6F6985 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6985 is #90967A. Grayscale: #6D6D6D. Windows color (decimal): -9475707 or 8743279. OLE color: 8743279.

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

Color convert

RGB111105133-
CMYK0.170.2100.48
HSL252.86º11.76%46.67%-
HSV(B)252.86º21.05%52.16%-
XYZ15.8415.1824.28-
YUV109.99140.99128.72-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.81%
GREEN value IS 105 (41.41% from 255) = 30.09%
BLUE value IS 133 (52.34% from 255) = 38.11%
R=31.81%
G=30.09%
B=38.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111051330.170.2100.48252.8611.7646.67
Hex6F69851115030fdc2f
Octal15715120521250603751457
Binary110111111010011000010110001101010110000111111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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