Html Css Color HEX #6F709B Scampi

📋 copy color: '#6F709B'

red 111 ◦ green 112 ◦ blue 155

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

Shades of Scampi #6F709B

Tints of Scampi #6F709B

RGB

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

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

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

R = 29.37%
G = 29.63%
B = 41.01%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#6F709B (or 0x6F709B) is known color: Scampi. HEX triplet: 6F, 70 and 9B. RGB value is (111,112,155). Sum of RGB (Red+Green+Blue) = 111+112+155=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 155 - color contains mainly: blue. Hex color #6F709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F709B is #908F64. Grayscale: #747474. Windows color (decimal): -9473893 or 10186863. OLE color: 10186863.

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

Color convert

RGB 111 112 155 -
CMYK 0.28 0.28 0 0.39
HSL 238.64º 0.18% 0.52% -
HSV(B) 238.64º 0.28% 0.61% -
XYZ 18.27 17.33 33.39 -
YUV 116.6 149.67 124 -
System Red Green Blue C M Y K H S L
Decimal 111 112 155 0.28 0.28 0 0.39 238.64 0.18 0.52
Hex 6F 70 9B 1C 1C 0 27 EF 12 34
Octal 157 160 233 34 34 0 47 357 22 64
Binary 1101111 1110000 10011011 11100 11100 0 100111 11101111 10010 110100

Color Harmonies of #6F709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F709B

Black with #6F709B

Text Example


Text Example

White with #6F709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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