Html Css Color HEX #6F699B Scampi

📋 copy color: '#6F699B'

red 111 ◦ green 105 ◦ blue 155

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

Shades of Scampi #6F699B

Tints of Scampi #6F699B

RGB

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

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

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

R = 29.92%
G = 28.3%
B = 41.78%

CMYK

 C value IS 0.28

 M value IS 0.32

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F699B (or 0x6F699B) is known color: Scampi. HEX triplet: 6F, 69 and 9B. RGB value is (111,105,155). Sum of RGB (Red+Green+Blue) = 111+105+155=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F699B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F699B is #909664. Grayscale: #707070. Windows color (decimal): -9475685 or 10185071. OLE color: 10185071.

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

Color convert

RGB 111 105 155 -
CMYK 0.28 0.32 0 0.39
HSL 247.2º 0.2% 0.51% -
HSV(B) 247.2º 0.32% 0.61% -
XYZ 17.52 15.85 33.15 -
YUV 112.49 151.99 126.93 -
System Red Green Blue C M Y K H S L
Decimal 111 105 155 0.28 0.32 0 0.39 247.2 0.2 0.51
Hex 6F 69 9B 1C 20 0 27 F7 14 33
Octal 157 151 233 34 40 0 47 367 24 63
Binary 1101111 1101001 10011011 11100 100000 0 100111 11110111 10100 110011

Color Harmonies of #6F699B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F699B

Black with #6F699B

Text Example


Text Example

White with #6F699B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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