Html Css Color HEX #6F679F Scampi

📋 copy color: '#6F679F'

red 111 ◦ green 103 ◦ blue 159

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

Shades of Scampi #6F679F

Tints of Scampi #6F679F

RGB

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

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

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

R = 29.76%
G = 27.61%
B = 42.63%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F679F (or 0x6F679F) is known color: Scampi. HEX triplet: 6F, 67 and 9F. RGB value is (111,103,159). Sum of RGB (Red+Green+Blue) = 111+103+159=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 103 (40.62% from 255 or 27.61% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F679F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F679F is #909860. Grayscale: #6F6F6F. Windows color (decimal): -9476193 or 10446703. OLE color: 10446703.

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

Color convert

RGB 111 103 159 -
CMYK 0.30 0.35 0 0.38
HSL 248.57º 0.23% 0.51% -
HSV(B) 248.57º 0.35% 0.62% -
XYZ 17.66 15.58 34.88 -
YUV 111.78 154.65 127.45 -
System Red Green Blue C M Y K H S L
Decimal 111 103 159 0.30 0.35 0 0.38 248.57 0.23 0.51
Hex 6F 67 9F 1E 23 0 26 F9 17 33
Octal 157 147 237 36 43 0 46 371 27 63
Binary 1101111 1100111 10011111 11110 100011 0 100110 11111001 10111 110011

Color Harmonies of #6F679F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F679F

Black with #6F679F

Text Example


Text Example

White with #6F679F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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