#6F6480

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

Shades of Kimberly #6F6480

Tints of Kimberly #6F6480

Color information

#6F6480 (or 0x6F6480) is unknown color: approx Kimberly. HEX triplet: 6F, 64 and 80. RGB value is (111,100,128). Sum of RGB (Red+Green+Blue) = 111+100+128=339 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.74% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 128 (50.39% from 255 or 37.76% from 339); Max value from RGB is 128 - color contains mainly: blue. Hex color #6F6480 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6480 is #909B7F. Grayscale: #6A6A6A. Windows color (decimal): -9476992 or 8414319. OLE color: 8414319.

HSL color Cylindrical-coordinate representation of color #6F6480: hue angle of 263.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F6480 is Cyan = 0.13, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB111100128-
CMYK0.130.2200.50
HSL263.57º12.28%44.71%-
HSV(B)263.57º21.88%50.2%-
XYZ15.0114.0522.34-
YUV106.48140.14131.22-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.74%
GREEN value IS 100 (39.45% from 255) = 29.50%
BLUE value IS 128 (50.39% from 255) = 37.76%
R=32.74%
G=29.50%
B=37.76%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1111001280.130.2200.50263.5712.2844.71
Hex6F6480D16032108c2d
Octal15714420015260624101455
Binary110111111001001000000011011011001100101000010001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,100,128); }

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

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

 a { background-color: rgb(111,100,128); }

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

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

 span { border-color: rgb(111,100,128); }

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