Html Css Color HEX #6F699F Scampi

📋 copy color: '#6F699F'

red 111 ◦ green 105 ◦ blue 159

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

Shades of Scampi #6F699F

Tints of Scampi #6F699F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28%

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

R = 29.6%
G = 28%
B = 42.4%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F699F (or 0x6F699F) is known color: Scampi. HEX triplet: 6F, 69 and 9F. RGB value is (111,105,159). Sum of RGB (Red+Green+Blue) = 111+105+159=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 159 (62.5% from 255 or 42.4% from 375); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F699F is #909660. Grayscale: #707070. Windows color (decimal): -9475681 or 10447215. OLE color: 10447215.

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

Color convert

RGB 111 105 159 -
CMYK 0.30 0.34 0 0.38
HSL 246.67º 0.22% 0.52% -
HSV(B) 246.67º 0.34% 0.62% -
XYZ 17.87 15.99 34.94 -
YUV 112.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 111 105 159 0.30 0.34 0 0.38 246.67 0.22 0.52
Hex 6F 69 9F 1E 22 0 26 F7 16 34
Octal 157 151 237 36 42 0 46 367 26 64
Binary 1101111 1101001 10011111 11110 100010 0 100110 11110111 10110 110100

Color Harmonies of #6F699F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F699F

Black with #6F699F

Text Example


Text Example

White with #6F699F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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