Html Css Color HEX #6F708E Scampi

📋 copy color: '#6F708E'

red 111 ◦ green 112 ◦ blue 142

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

Shades of Scampi #6F708E

Tints of Scampi #6F708E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 142 (55.86% from 255) = 38.9%

R = 30.41%
G = 30.68%
B = 38.9%

CMYK

 C value IS 0.22

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#6F708E (or 0x6F708E) is known color: Scampi. HEX triplet: 6F, 70 and 8E. RGB value is (111,112,142). Sum of RGB (Red+Green+Blue) = 111+112+142=365 (48% of max value = 765). Red value is 111 (43.75% from 255 or 30.41% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #6F708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F708E is #908F71. Grayscale: #737373. Windows color (decimal): -9473906 or 9334895. OLE color: 9334895.

HSL color Cylindrical-coordinate representation of color #6F708E: hue angle of 238.06º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F708E is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 111 112 142 -
CMYK 0.22 0.21 0 0.44
HSL 238.06º 0.12% 0.5% -
HSV(B) 238.06º 0.22% 0.56% -
XYZ 17.23 16.92 27.95 -
YUV 115.12 143.17 125.06 -
System Red Green Blue C M Y K H S L
Decimal 111 112 142 0.22 0.21 0 0.44 238.06 0.12 0.5
Hex 6F 70 8E 16 15 0 2C EE C 32
Octal 157 160 216 26 25 0 54 356 14 62
Binary 1101111 1110000 10001110 10110 10101 0 101100 11101110 1100 110010

Color Harmonies of #6F708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F708E

Black with #6F708E

Text Example


Text Example

White with #6F708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,112,142); }

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

background-color css

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

 a { background-color: rgb(111,112,142); }

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

border-color css

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

 span { border-color: rgb(111,112,142); }

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