#6F6484

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

Shades of Kimberly #6F6484

Tints of Kimberly #6F6484

Color information

#6F6484 (or 0x6F6484) is unknown color: approx Kimberly. HEX triplet: 6F, 64 and 84. RGB value is (111,100,132). Sum of RGB (Red+Green+Blue) = 111+100+132=343 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.36% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #6F6484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6484 is #909B7B. Grayscale: #6A6A6A. Windows color (decimal): -9476988 or 8676463. OLE color: 8676463.

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

Color convert

RGB111100132-
CMYK0.160.2400.48
HSL260.62º13.79%45.49%-
HSV(B)260.62º24.24%51.76%-
XYZ15.2814.1623.76-
YUV106.94142.14130.9-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.36%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 132 (51.95% from 255) = 38.48%
R=32.36%
G=29.15%
B=38.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1111001320.160.2400.48260.6213.7945.49
Hex6F64841018030105e2d
Octal15714420420300604051655
Binary1101111110010010000100100001100001100001000001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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