Html Css Color HEX #6F709F Scampi

📋 copy color: '#6F709F'

red 111 ◦ green 112 ◦ blue 159

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

Shades of Scampi #6F709F

Tints of Scampi #6F709F

RGB

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

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

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

R = 29.06%
G = 29.32%
B = 41.62%

CMYK

 C value IS 0.30

 M value IS 0.30

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#6F709F (or 0x6F709F) is known color: Scampi. HEX triplet: 6F, 70 and 9F. RGB value is (111,112,159). Sum of RGB (Red+Green+Blue) = 111+112+159=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 159 (62.5% from 255 or 41.62% from 382); Max value from RGB is 159 - color contains mainly: blue. Hex color #6F709F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F709F is #908F60. Grayscale: #747474. Windows color (decimal): -9473889 or 10449007. OLE color: 10449007.

HSL color Cylindrical-coordinate representation of color #6F709F: hue angle of 238.75º 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 #6F709F is Cyan = 0.30, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 111 112 159 -
CMYK 0.30 0.30 0 0.38
HSL 238.75º 0.2% 0.53% -
HSV(B) 238.75º 0.3% 0.62% -
XYZ 18.61 17.47 35.19 -
YUV 117.06 151.67 123.68 -
System Red Green Blue C M Y K H S L
Decimal 111 112 159 0.30 0.30 0 0.38 238.75 0.2 0.53
Hex 6F 70 9F 1E 1E 0 26 EF 14 35
Octal 157 160 237 36 36 0 46 357 24 65
Binary 1101111 1110000 10011111 11110 11110 0 100110 11101111 10100 110101

Color Harmonies of #6F709F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F709F

Black with #6F709F

Text Example


Text Example

White with #6F709F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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