Html Css Color HEX #6F669F Scampi

📋 copy color: '#6F669F'

red 111 ◦ green 102 ◦ blue 159

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

Shades of Scampi #6F669F

Tints of Scampi #6F669F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.74%

R = 29.84%
G = 27.42%
B = 42.74%

CMYK

 C value IS 0.30

 M value IS 0.36

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F669F (or 0x6F669F) is known color: Scampi. HEX triplet: 6F, 66 and 9F. RGB value is (111,102,159). Sum of RGB (Red+Green+Blue) = 111+102+159=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 102 (40.23% from 255 or 27.42% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F669F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F669F is #909960. Grayscale: #6E6E6E. Windows color (decimal): -9476449 or 10446447. OLE color: 10446447.

HSL color Cylindrical-coordinate representation of color #6F669F: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F669F is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 102 159 -
CMYK 0.30 0.36 0 0.38
HSL 249.47º 0.23% 0.51% -
HSV(B) 249.47º 0.36% 0.62% -
XYZ 17.56 15.39 34.84 -
YUV 111.19 154.98 127.87 -
System Red Green Blue C M Y K H S L
Decimal 111 102 159 0.30 0.36 0 0.38 249.47 0.23 0.51
Hex 6F 66 9F 1E 24 0 26 F9 17 33
Octal 157 146 237 36 44 0 46 371 27 63
Binary 1101111 1100110 10011111 11110 100100 0 100110 11111001 10111 110011

Color Harmonies of #6F669F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F669F

Black with #6F669F

Text Example


Text Example

White with #6F669F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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