#6F6082

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

Shades of Kimberly #6F6082

Tints of Kimberly #6F6082

Color information

#6F6082 (or 0x6F6082) is unknown color: approx Kimberly. HEX triplet: 6F, 60 and 82. RGB value is (111,96,130). Sum of RGB (Red+Green+Blue) = 111+96+130=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6082 is #909F7D. Grayscale: #686868. Windows color (decimal): -9478014 or 8544367. OLE color: 8544367.

HSL color Cylindrical-coordinate representation of color #6F6082: hue angle of 266.47º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6F6082 is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11196130-
CMYK0.150.2600.49
HSL266.47º15.04%44.31%-
HSV(B)266.47º26.15%50.98%-
XYZ14.7713.3622.92-
YUV104.36142.47132.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 96 (37.89% from 255) = 28.49%
BLUE value IS 130 (51.17% from 255) = 38.58%
R=32.94%
G=28.49%
B=38.58%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111961300.150.2600.49266.4715.0444.31
Hex6F6082F1A03110af2c
Octal15714020217320614121754
Binary110111111000001000001011111101001100011000010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,96,130); }

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

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

 a { background-color: rgb(111,96,130); }

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

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

 span { border-color: rgb(111,96,130); }

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