Html Css Color HEX #6F6394 Scampi

📋 copy color: '#6F6394'

red 111 ◦ green 99 ◦ blue 148

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

Shades of Scampi #6F6394

Tints of Scampi #6F6394

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.65%

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

R = 31.01%
G = 27.65%
B = 41.34%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#6F6394 (or 0x6F6394) is known color: Scampi. HEX triplet: 6F, 63 and 94. RGB value is (111,99,148). Sum of RGB (Red+Green+Blue) = 111+99+148=358 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.01% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #6F6394 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6394 is #909C6B. Grayscale: #6B6B6B. Windows color (decimal): -9477228 or 9724783. OLE color: 9724783.

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

Color convert

RGB 111 99 148 -
CMYK 0.25 0.33 0 0.42
HSL 254.69º 0.2% 0.48% -
HSV(B) 254.69º 0.33% 0.58% -
XYZ 16.36 14.44 29.94 -
YUV 108.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 111 99 148 0.25 0.33 0 0.42 254.69 0.2 0.48
Hex 6F 63 94 19 21 0 2A FF 14 30
Octal 157 143 224 31 41 0 52 377 24 60
Binary 1101111 1100011 10010100 11001 100001 0 101010 11111111 10100 110000

Color Harmonies of #6F6394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6394

Black with #6F6394

Text Example


Text Example

White with #6F6394

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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