#6F7198

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

Shades of Scampi #6F7198

Tints of Scampi #6F7198

Color information

#6F7198 (or 0x6F7198) is unknown color: approx Scampi. HEX triplet: 6F, 71 and 98. RGB value is (111,113,152). Sum of RGB (Red+Green+Blue) = 111+113+152=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 152 (59.77% from 255 or 40.43% from 376); Max value from RGB is 152 - color contains mainly: blue. Hex color #6F7198 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7198 is #908E67. Grayscale: #747474. Windows color (decimal): -9473640 or 9990511. OLE color: 9990511.

HSL color Cylindrical-coordinate representation of color #6F7198: hue angle of 237.07º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6F7198 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB111113152-
CMYK0.270.2600.40
HSL237.07º16.6%51.57%-
HSV(B)237.07º26.97%59.61%-
XYZ18.1317.4632.12-
YUV116.85147.84123.83-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.52%
GREEN value IS 113 (44.53% from 255) = 30.05%
BLUE value IS 152 (59.77% from 255) = 40.43%
R=29.52%
G=30.05%
B=40.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1111131520.270.2600.40237.0716.651.57
Hex6F71981B1A028ed1134
Octal15716123033320503552164
Binary1101111111000110011000110111101001010001110110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,113,152); }

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

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

 a { background-color: rgb(111,113,152); }

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

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

 span { border-color: rgb(111,113,152); }

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