#6F618A

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

Shades of Kimberly #6F618A

Tints of Kimberly #6F618A

Color information

#6F618A (or 0x6F618A) is unknown color: approx Kimberly. HEX triplet: 6F, 61 and 8A. RGB value is (111,97,138). Sum of RGB (Red+Green+Blue) = 111+97+138=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 138 - color contains mainly: blue. Hex color #6F618A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F618A is #909E75. Grayscale: #696969. Windows color (decimal): -9477750 or 9068911. OLE color: 9068911.

HSL color Cylindrical-coordinate representation of color #6F618A: hue angle of 260.49º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F618A is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11197138-
CMYK0.200.3000.46
HSL260.49º17.45%46.08%-
HSV(B)260.49º29.71%54.12%-
XYZ15.4213.7625.89-
YUV105.86146.14131.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 97 (38.28% from 255) = 28.03%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=32.08%
G=28.03%
B=39.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111971380.200.3000.46260.4917.4546.08
Hex6F618A141E02E104112e
Octal15714121224360564042156
Binary11011111100001100010101010011110010111010000010010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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