Html Css Color HEX #6F6992 Scampi

📋 copy color: '#6F6992'

red 111 ◦ green 105 ◦ blue 146

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

Shades of Scampi #6F6992

Tints of Scampi #6F6992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

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

R = 30.66%
G = 29.01%
B = 40.33%

CMYK

 C value IS 0.24

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F6992 (or 0x6F6992) is known color: Scampi. HEX triplet: 6F, 69 and 92. RGB value is (111,105,146). Sum of RGB (Red+Green+Blue) = 111+105+146=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 146 (57.42% from 255 or 40.33% from 362); Max value from RGB is 146 - color contains mainly: blue. Hex color #6F6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6992 is #90966D. Grayscale: #6F6F6F. Windows color (decimal): -9475694 or 9595247. OLE color: 9595247.

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

Color convert

RGB 111 105 146 -
CMYK 0.24 0.28 0 0.43
HSL 248.78º 0.16% 0.49% -
HSV(B) 248.78º 0.28% 0.57% -
XYZ 16.8 15.56 29.31 -
YUV 111.47 147.49 127.67 -
System Red Green Blue C M Y K H S L
Decimal 111 105 146 0.24 0.28 0 0.43 248.78 0.16 0.49
Hex 6F 69 92 18 1C 0 2B F9 10 31
Octal 157 151 222 30 34 0 53 371 20 61
Binary 1101111 1101001 10010010 11000 11100 0 101011 11111001 10000 110001

Color Harmonies of #6F6992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6992

Black with #6F6992

Text Example


Text Example

White with #6F6992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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