#6F6989

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

Shades of Kimberly #6F6989

Tints of Kimberly #6F6989

Color information

#6F6989 (or 0x6F6989) is unknown color: approx Kimberly. HEX triplet: 6F, 69 and 89. RGB value is (111,105,137). Sum of RGB (Red+Green+Blue) = 111+105+137=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 105 (41.41% from 255 or 29.75% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 137 - color contains mainly: blue. Hex color #6F6989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6989 is #909676. Grayscale: #6E6E6E. Windows color (decimal): -9475703 or 9005423. OLE color: 9005423.

HSL color Cylindrical-coordinate representation of color #6F6989: hue angle of 251.25º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F6989 is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB111105137-
CMYK0.190.2300.46
HSL251.25º13.22%47.45%-
HSV(B)251.25º23.36%53.73%-
XYZ16.1215.2925.77-
YUV110.44142.99128.4-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 105 (41.41% from 255) = 29.75%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=31.44%
G=29.75%
B=38.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1111051370.190.2300.46251.2513.2247.45
Hex6F6989131702Efbd2f
Octal15715121123270563731557
Binary110111111010011000100110011101110101110111110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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