#6F6388

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

Shades of Kimberly #6F6388

Tints of Kimberly #6F6388

Color information

#6F6388 (or 0x6F6388) is unknown color: approx Kimberly. HEX triplet: 6F, 63 and 88. RGB value is (111,99,136). Sum of RGB (Red+Green+Blue) = 111+99+136=346 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.08% from 346); Green value is 99 (39.06% from 255 or 28.61% from 346); Blue value is 136 (53.52% from 255 or 39.31% from 346); Max value from RGB is 136 - color contains mainly: blue. Hex color #6F6388 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6388 is #909C77. Grayscale: #6A6A6A. Windows color (decimal): -9477240 or 8938351. OLE color: 8938351.

HSL color Cylindrical-coordinate representation of color #6F6388: hue angle of 259.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F6388 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11199136-
CMYK0.180.2700.47
HSL259.46º15.74%46.08%-
HSV(B)259.46º27.21%53.33%-
XYZ15.4614.0825.2-
YUV106.81144.48130.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.08%
GREEN value IS 99 (39.06% from 255) = 28.61%
BLUE value IS 136 (53.52% from 255) = 39.31%
R=32.08%
G=28.61%
B=39.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111991360.180.2700.47259.4615.7446.08
Hex6F6388121B02F103102e
Octal15714321022330574032056
Binary11011111100011100010001001011011010111110000001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,99,136); }

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

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

 a { background-color: rgb(111,99,136); }

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

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

 span { border-color: rgb(111,99,136); }

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