Html Css Color HEX #6F6899 Scampi

📋 copy color: '#6F6899'

red 111 ◦ green 104 ◦ blue 153

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

Shades of Scampi #6F6899

Tints of Scampi #6F6899

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

 BLUE value IS 153 (60.16% from 255) = 41.58%

R = 30.16%
G = 28.26%
B = 41.58%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#6F6899 (or 0x6F6899) is known color: Scampi. HEX triplet: 6F, 68 and 99. RGB value is (111,104,153). Sum of RGB (Red+Green+Blue) = 111+104+153=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #6F6899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6899 is #909766. Grayscale: #6F6F6F. Windows color (decimal): -9475943 or 10053743. OLE color: 10053743.

HSL color Cylindrical-coordinate representation of color #6F6899: hue angle of 248.57º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F6899 is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 111 104 153 -
CMYK 0.27 0.32 0 0.4
HSL 248.57º 0.19% 0.5% -
HSV(B) 248.57º 0.32% 0.6% -
XYZ 17.26 15.58 32.23 -
YUV 111.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 111 104 153 0.27 0.32 0 0.4 248.57 0.19 0.5
Hex 6F 68 99 1B 20 0 28 F9 13 32
Octal 157 150 231 33 40 0 50 371 23 62
Binary 1101111 1101000 10011001 11011 100000 0 101000 11111001 10011 110010

Color Harmonies of #6F6899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6899

Black with #6F6899

Text Example


Text Example

White with #6F6899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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