Html Css Color HEX #6F7192 Scampi

📋 copy color: '#6F7192'

red 111 ◦ green 113 ◦ blue 146

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

Shades of Scampi #6F7192

Tints of Scampi #6F7192

RGB

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

 GREEN value IS 113 (44.53% from 255) = 30.54%

 BLUE value IS 146 (57.42% from 255) = 39.46%

R = 30%
G = 30.54%
B = 39.46%

CMYK

 C value IS 0.24

 M value IS 0.23

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F7192 (or 0x6F7192) is known color: Scampi. HEX triplet: 6F, 71 and 92. RGB value is (111,113,146). Sum of RGB (Red+Green+Blue) = 111+113+146=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 113 (44.53% from 255 or 30.54% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F7192 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7192 is #908E6D. Grayscale: #747474. Windows color (decimal): -9473646 or 9597295. OLE color: 9597295.

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

Color convert

RGB 111 113 146 -
CMYK 0.24 0.23 0 0.43
HSL 236.57º 0.14% 0.5% -
HSV(B) 236.57º 0.24% 0.57% -
XYZ 17.65 17.27 29.6 -
YUV 116.16 144.84 124.32 -
System Red Green Blue C M Y K H S L
Decimal 111 113 146 0.24 0.23 0 0.43 236.57 0.14 0.5
Hex 6F 71 92 18 17 0 2B ED E 32
Octal 157 161 222 30 27 0 53 355 16 62
Binary 1101111 1110001 10010010 11000 10111 0 101011 11101101 1110 110010

Color Harmonies of #6F7192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7192

Black with #6F7192

Text Example


Text Example

White with #6F7192

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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