#6F6092

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

Shades of Kimberly #6F6092

Tints of Kimberly #6F6092

Color information

#6F6092 (or 0x6F6092) is unknown color: approx Kimberly. HEX triplet: 6F, 60 and 92. RGB value is (111,96,146). Sum of RGB (Red+Green+Blue) = 111+96+146=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 146 (57.42% from 255 or 41.36% from 353); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F6092 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6092 is #909F6D. Grayscale: #6A6A6A. Windows color (decimal): -9477998 or 9592943. OLE color: 9592943.

HSL color Cylindrical-coordinate representation of color #6F6092: hue angle of 258º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6092 is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11196146-
CMYK0.240.3400.43
HSL258º20.66%47.45%-
HSV(B)258º34.25%57.25%-
XYZ15.9313.8229.02-
YUV106.18150.47131.43-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.44%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 146 (57.42% from 255) = 41.36%
R=31.44%
G=27.20%
B=41.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111961460.240.3400.4325820.6647.45
Hex6F6092182202B102152f
Octal15714022230420534022557
Binary110111111000001001001011000100010010101110000001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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