Html Css Color HEX #6F679A Scampi

📋 copy color: '#6F679A'

red 111 ◦ green 103 ◦ blue 154

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

Shades of Scampi #6F679A

Tints of Scampi #6F679A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.99%

 BLUE value IS 154 (60.55% from 255) = 41.85%

R = 30.16%
G = 27.99%
B = 41.85%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#6F679A (or 0x6F679A) is known color: Scampi. HEX triplet: 6F, 67 and 9A. RGB value is (111,103,154). Sum of RGB (Red+Green+Blue) = 111+103+154=368 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.16% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 154 (60.55% from 255 or 41.85% from 368); Max value from RGB is 154 - color contains mainly: blue. Hex color #6F679A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F679A is #909865. Grayscale: #6F6F6F. Windows color (decimal): -9476198 or 10119023. OLE color: 10119023.

HSL color Cylindrical-coordinate representation of color #6F679A: hue angle of 249.41º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6F679A is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 111 103 154 -
CMYK 0.28 0.33 0 0.40
HSL 249.41º 0.2% 0.5% -
HSV(B) 249.41º 0.33% 0.6% -
XYZ 17.24 15.41 32.64 -
YUV 111.21 152.15 127.85 -
System Red Green Blue C M Y K H S L
Decimal 111 103 154 0.28 0.33 0 0.40 249.41 0.2 0.5
Hex 6F 67 9A 1C 21 0 28 F9 14 32
Octal 157 147 232 34 41 0 50 371 24 62
Binary 1101111 1100111 10011010 11100 100001 0 101000 11111001 10100 110010

Color Harmonies of #6F679A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F679A

Black with #6F679A

Text Example


Text Example

White with #6F679A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,103,154); }

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

background-color css

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

 a { background-color: rgb(111,103,154); }

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

border-color css

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

 span { border-color: rgb(111,103,154); }

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