Html Css Color HEX #6F689D Scampi

📋 copy color: '#6F689D'

red 111 ◦ green 104 ◦ blue 157

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

Shades of Scampi #6F689D

Tints of Scampi #6F689D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.96%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 29.84%
G = 27.96%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F689D (or 0x6F689D) is known color: Scampi. HEX triplet: 6F, 68 and 9D. RGB value is (111,104,157). Sum of RGB (Red+Green+Blue) = 111+104+157=372 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.84% from 372); Green value is 104 (41.02% from 255 or 27.96% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #6F689D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F689D is #909762. Grayscale: #6F6F6F. Windows color (decimal): -9475939 or 10315887. OLE color: 10315887.

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

Color convert

RGB 111 104 157 -
CMYK 0.29 0.34 0 0.38
HSL 247.92º 0.21% 0.51% -
HSV(B) 247.92º 0.34% 0.62% -
XYZ 17.59 15.71 34 -
YUV 112.14 153.32 127.19 -
System Red Green Blue C M Y K H S L
Decimal 111 104 157 0.29 0.34 0 0.38 247.92 0.21 0.51
Hex 6F 68 9D 1D 22 0 26 F8 15 33
Octal 157 150 235 35 42 0 46 370 25 63
Binary 1101111 1101000 10011101 11101 100010 0 100110 11111000 10101 110011

Color Harmonies of #6F689D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F689D

Black with #6F689D

Text Example


Text Example

White with #6F689D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,104,157); }

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

background-color css

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

 a { background-color: rgb(111,104,157); }

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

border-color css

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

 span { border-color: rgb(111,104,157); }

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