Html Css Color HEX #6F7094 Scampi

📋 copy color: '#6F7094'

red 111 ◦ green 112 ◦ blue 148

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

Shades of Scampi #6F7094

Tints of Scampi #6F7094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 39.89%

R = 29.92%
G = 30.19%
B = 39.89%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F7094 (or 0x6F7094) is known color: Scampi. HEX triplet: 6F, 70 and 94. RGB value is (111,112,148). Sum of RGB (Red+Green+Blue) = 111+112+148=371 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.92% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 148 (58.20% from 255 or 39.89% from 371); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F7094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7094 is #908F6B. Grayscale: #737373. Windows color (decimal): -9473900 or 9728111. OLE color: 9728111.

HSL color Cylindrical-coordinate representation of color #6F7094: hue angle of 238.38º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F7094 is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 111 112 148 -
CMYK 0.25 0.24 0 0.42
HSL 238.38º 0.15% 0.51% -
HSV(B) 238.38º 0.25% 0.58% -
XYZ 17.7 17.11 30.39 -
YUV 115.81 146.17 124.57 -
System Red Green Blue C M Y K H S L
Decimal 111 112 148 0.25 0.24 0 0.42 238.38 0.15 0.51
Hex 6F 70 94 19 18 0 2A EE F 33
Octal 157 160 224 31 30 0 52 356 17 63
Binary 1101111 1110000 10010100 11001 11000 0 101010 11101110 1111 110011

Color Harmonies of #6F7094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7094

Black with #6F7094

Text Example


Text Example

White with #6F7094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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