Html Css Color HEX #6F709E Scampi

📋 copy color: '#6F709E'

red 111 ◦ green 112 ◦ blue 158

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

Shades of Scampi #6F709E

Tints of Scampi #6F709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 41.47%

R = 29.13%
G = 29.4%
B = 41.47%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F709E (or 0x6F709E) is known color: Scampi. HEX triplet: 6F, 70 and 9E. RGB value is (111,112,158). Sum of RGB (Red+Green+Blue) = 111+112+158=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 112 (44.14% from 255 or 29.40% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 158 - color contains mainly: blue. Hex color #6F709E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F709E is #908F61. Grayscale: #747474. Windows color (decimal): -9473890 or 10383471. OLE color: 10383471.

HSL color Cylindrical-coordinate representation of color #6F709E: hue angle of 238.72º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F709E is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 112 158 -
CMYK 0.30 0.29 0 0.38
HSL 238.72º 0.2% 0.53% -
HSV(B) 238.72º 0.3% 0.62% -
XYZ 18.52 17.44 34.74 -
YUV 116.95 151.17 123.76 -
System Red Green Blue C M Y K H S L
Decimal 111 112 158 0.30 0.29 0 0.38 238.72 0.2 0.53
Hex 6F 70 9E 1E 1D 0 26 EF 14 35
Octal 157 160 236 36 35 0 46 357 24 65
Binary 1101111 1110000 10011110 11110 11101 0 100110 11101111 10100 110101

Color Harmonies of #6F709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F709E

Black with #6F709E

Text Example


Text Example

White with #6F709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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