Html Css Color HEX #6F669B Scampi

📋 copy color: '#6F669B'

red 111 ◦ green 102 ◦ blue 155

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

Shades of Scampi #6F669B

Tints of Scampi #6F669B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.12%

R = 30.16%
G = 27.72%
B = 42.12%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F669B (or 0x6F669B) is known color: Scampi. HEX triplet: 6F, 66 and 9B. RGB value is (111,102,155). Sum of RGB (Red+Green+Blue) = 111+102+155=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 102 (40.23% from 255 or 27.72% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F669B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F669B is #909964. Grayscale: #6E6E6E. Windows color (decimal): -9476453 or 10184303. OLE color: 10184303.

HSL color Cylindrical-coordinate representation of color #6F669B: hue angle of 250.19º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F669B is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 102 155 -
CMYK 0.28 0.34 0 0.39
HSL 250.19º 0.21% 0.5% -
HSV(B) 250.19º 0.34% 0.61% -
XYZ 17.22 15.25 33.05 -
YUV 110.73 152.98 128.19 -
System Red Green Blue C M Y K H S L
Decimal 111 102 155 0.28 0.34 0 0.39 250.19 0.21 0.5
Hex 6F 66 9B 1C 22 0 27 FA 15 32
Octal 157 146 233 34 42 0 47 372 25 62
Binary 1101111 1100110 10011011 11100 100010 0 100111 11111010 10101 110010

Color Harmonies of #6F669B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F669B

Black with #6F669B

Text Example


Text Example

White with #6F669B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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