Html Css Color HEX #6F679B Scampi

📋 copy color: '#6F679B'

red 111 ◦ green 103 ◦ blue 155

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

Shades of Scampi #6F679B

Tints of Scampi #6F679B

RGB

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

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

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

R = 30.08%
G = 27.91%
B = 42.01%

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

#6F679B (or 0x6F679B) is known color: Scampi. HEX triplet: 6F, 67 and 9B. RGB value is (111,103,155). Sum of RGB (Red+Green+Blue) = 111+103+155=369 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.08% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F679B is #909864. Grayscale: #6F6F6F. Windows color (decimal): -9476197 or 10184559. OLE color: 10184559.

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

Color convert

RGB 111 103 155 -
CMYK 0.28 0.34 0 0.39
HSL 249.23º 0.21% 0.51% -
HSV(B) 249.23º 0.34% 0.61% -
XYZ 17.32 15.45 33.08 -
YUV 111.32 152.65 127.77 -
System Red Green Blue C M Y K H S L
Decimal 111 103 155 0.28 0.34 0 0.39 249.23 0.21 0.51
Hex 6F 67 9B 1C 22 0 27 F9 15 33
Octal 157 147 233 34 42 0 47 371 25 63
Binary 1101111 1100111 10011011 11100 100010 0 100111 11111001 10101 110011

Color Harmonies of #6F679B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F679B

Black with #6F679B

Text Example


Text Example

White with #6F679B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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