Html Css Color HEX #6F679C Scampi

📋 copy color: '#6F679C'

red 111 ◦ green 103 ◦ blue 156

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

Shades of Scampi #6F679C

Tints of Scampi #6F679C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.16%

R = 30%
G = 27.84%
B = 42.16%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F679C (or 0x6F679C) is known color: Scampi. HEX triplet: 6F, 67 and 9C. RGB value is (111,103,156). Sum of RGB (Red+Green+Blue) = 111+103+156=370 (49% of max value = 765). Red value is 111 (43.75% from 255 or 30% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 156 (61.33% from 255 or 42.16% from 370); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F679C is #909863. Grayscale: #6F6F6F. Windows color (decimal): -9476196 or 10250095. OLE color: 10250095.

HSL color Cylindrical-coordinate representation of color #6F679C: hue angle of 249.06º 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 #6F679C is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 111 103 156 -
CMYK 0.29 0.34 0 0.39
HSL 249.06º 0.21% 0.51% -
HSV(B) 249.06º 0.34% 0.61% -
XYZ 17.41 15.48 33.52 -
YUV 111.43 153.15 127.69 -
System Red Green Blue C M Y K H S L
Decimal 111 103 156 0.29 0.34 0 0.39 249.06 0.21 0.51
Hex 6F 67 9C 1D 22 0 27 F9 15 33
Octal 157 147 234 35 42 0 47 371 25 63
Binary 1101111 1100111 10011100 11101 100010 0 100111 11111001 10101 110011

Color Harmonies of #6F679C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F679C

Black with #6F679C

Text Example


Text Example

White with #6F679C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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