#6F6182

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

Shades of Kimberly #6F6182

Tints of Kimberly #6F6182

Color information

#6F6182 (or 0x6F6182) is unknown color: approx Kimberly. HEX triplet: 6F, 61 and 82. RGB value is (111,97,130). Sum of RGB (Red+Green+Blue) = 111+97+130=338 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.84% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 130 - color contains mainly: blue. Hex color #6F6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6182 is #909E7D. Grayscale: #686868. Windows color (decimal): -9477758 or 8544623. OLE color: 8544623.

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

Color convert

RGB11197130-
CMYK0.150.2500.49
HSL265.45º14.54%44.51%-
HSV(B)265.45º25.38%50.98%-
XYZ14.8613.5422.95-
YUV104.95142.14132.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.84%
GREEN value IS 97 (38.28% from 255) = 28.70%
BLUE value IS 130 (51.17% from 255) = 38.46%
R=32.84%
G=28.70%
B=38.46%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111971300.150.2500.49265.4514.5444.51
Hex6F6182F19031109f2d
Octal15714120217310614111755
Binary110111111000011000001011111100101100011000010011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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