Html Css Color HEX #6F6691 Scampi

📋 copy color: '#6F6691'

red 111 ◦ green 102 ◦ blue 145

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

Shades of Scampi #6F6691

Tints of Scampi #6F6691

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.49%

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

R = 31.01%
G = 28.49%
B = 40.5%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#6F6691 (or 0x6F6691) is known color: Scampi. HEX triplet: 6F, 66 and 91. RGB value is (111,102,145). Sum of RGB (Red+Green+Blue) = 111+102+145=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 145 (57.03% from 255 or 40.50% from 358); Max value from RGB is 145 - color contains mainly: blue. Hex color #6F6691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6691 is #90996E. Grayscale: #6D6D6D. Windows color (decimal): -9476463 or 9528943. OLE color: 9528943.

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

Color convert

RGB 111 102 145 -
CMYK 0.23 0.30 0 0.43
HSL 252.56º 0.17% 0.48% -
HSV(B) 252.56º 0.3% 0.57% -
XYZ 16.42 14.93 28.8 -
YUV 109.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 111 102 145 0.23 0.30 0 0.43 252.56 0.17 0.48
Hex 6F 66 91 17 1E 0 2B FD 11 30
Octal 157 146 221 27 36 0 53 375 21 60
Binary 1101111 1100110 10010001 10111 11110 0 101011 11111101 10001 110000

Color Harmonies of #6F6691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6691

Black with #6F6691

Text Example


Text Example

White with #6F6691

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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