#6F6A8C

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

Shades of Kimberly #6F6A8C

Tints of Kimberly #6F6A8C

Color information

#6F6A8C (or 0x6F6A8C) is unknown color: approx Kimberly. HEX triplet: 6F, 6A and 8C. RGB value is (111,106,140). Sum of RGB (Red+Green+Blue) = 111+106+140=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 106 (41.80% from 255 or 29.69% from 357); Blue value is 140 (55.08% from 255 or 39.22% from 357); Max value from RGB is 140 - color contains mainly: blue. Hex color #6F6A8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6A8C is #909573. Grayscale: #6F6F6F. Windows color (decimal): -9475444 or 9202287. OLE color: 9202287.

HSL color Cylindrical-coordinate representation of color #6F6A8C: hue angle of 248.82º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F6A8C is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB111106140-
CMYK0.210.2400.45
HSL248.82º13.82%48.24%-
HSV(B)248.82º24.29%54.9%-
XYZ16.4415.5826.95-
YUV111.37144.16127.74-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.09%
GREEN value IS 106 (41.80% from 255) = 29.69%
BLUE value IS 140 (55.08% from 255) = 39.22%
R=31.09%
G=29.69%
B=39.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111061400.210.2400.45248.8213.8248.24
Hex6F6A8C151802Df9e30
Octal15715221425300553711660
Binary110111111010101000110010101110000101101111110011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,106,140); }

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

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

 a { background-color: rgb(111,106,140); }

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

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

 span { border-color: rgb(111,106,140); }

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