Html Css Color HEX #6F7091 Scampi

📋 copy color: '#6F7091'

red 111 ◦ green 112 ◦ blue 145

#6F7091
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scampi #6F7091

Tints of Scampi #6F7091

RGB

 RED value IS 111 (43.75% from 255) = 30.16%

 GREEN value IS 112 (44.14% from 255) = 30.43%

 BLUE value IS 145 (57.03% from 255) = 39.4%

R = 30.16%
G = 30.43%
B = 39.4%

CMYK

 C value IS 0.23

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F7091 (or 0x6F7091) is known color: Scampi. HEX triplet: 6F, 70 and 91. RGB value is (111,112,145). Sum of RGB (Red+Green+Blue) = 111+112+145=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F7091 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7091 is #908F6E. Grayscale: #737373. Windows color (decimal): -9473903 or 9531503. OLE color: 9531503.

HSL color Cylindrical-coordinate representation of color #6F7091: hue angle of 238.24º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F7091 is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 111 112 145 -
CMYK 0.23 0.23 0 0.43
HSL 238.24º 0.13% 0.5% -
HSV(B) 238.24º 0.23% 0.57% -
XYZ 17.46 17.01 29.15 -
YUV 115.46 144.67 124.82 -
System Red Green Blue C M Y K H S L
Decimal 111 112 145 0.23 0.23 0 0.43 238.24 0.13 0.5
Hex 6F 70 91 17 17 0 2B EE D 32
Octal 157 160 221 27 27 0 53 356 15 62
Binary 1101111 1110000 10010001 10111 10111 0 101011 11101110 1101 110010

Color Harmonies of #6F7091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7091

Black with #6F7091

Text Example


Text Example

White with #6F7091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,145); }

 H1.HeaderClassName
 {
   color: #6F7091;
 }
 .AnyTagClassName
 {
   color: #6F7091;
 }
</style>

background-color css

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

 a { background-color: rgb(111,112,145); }

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

border-color css

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

 span { border-color: rgb(111,112,145); }

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