#6F688B

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

Shades of Kimberly #6F688B

Tints of Kimberly #6F688B

Color information

#6F688B (or 0x6F688B) is unknown color: approx Kimberly. HEX triplet: 6F, 68 and 8B. RGB value is (111,104,139). Sum of RGB (Red+Green+Blue) = 111+104+139=354 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.36% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 139 (54.69% from 255 or 39.27% from 354); Max value from RGB is 139 - color contains mainly: blue. Hex color #6F688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F688B is #909774. Grayscale: #6D6D6D. Windows color (decimal): -9475957 or 9136239. OLE color: 9136239.

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

Color convert

RGB111104139-
CMYK0.200.2500.45
HSL252º14.4%47.65%-
HSV(B)252º25.18%54.51%-
XYZ16.1715.1426.5-
YUV110.08144.32128.65-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 31.36%
GREEN value IS 104 (41.02% from 255) = 29.38%
BLUE value IS 139 (54.69% from 255) = 39.27%
R=31.36%
G=29.38%
B=39.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1111041390.200.2500.4525214.447.65
Hex6F688B141902Dfce30
Octal15715021324310553741660
Binary110111111010001000101110100110010101101111111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,104,139); }

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

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

 a { background-color: rgb(111,104,139); }

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

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

 span { border-color: rgb(111,104,139); }

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