Html Css Color HEX #6F6BA3 Scampi

📋 copy color: '#6F6BA3'

red 111 ◦ green 107 ◦ blue 163

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

Shades of Scampi #6F6BA3

Tints of Scampi #6F6BA3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.08%

 BLUE value IS 163 (64.06% from 255) = 42.78%

R = 29.13%
G = 28.08%
B = 42.78%

CMYK

 C value IS 0.32

 M value IS 0.34

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#6F6BA3 (or 0x6F6BA3) is known color: Scampi. HEX triplet: 6F, 6B and A3. RGB value is (111,107,163). Sum of RGB (Red+Green+Blue) = 111+107+163=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 163 (64.06% from 255 or 42.78% from 381); Max value from RGB is 163 - color contains mainly: blue. Hex color #6F6BA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6BA3 is #90945C. Grayscale: #727272. Windows color (decimal): -9475165 or 10709871. OLE color: 10709871.

HSL color Cylindrical-coordinate representation of color #6F6BA3: hue angle of 244.29º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F6BA3 is Cyan = 0.32, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 111 107 163 -
CMYK 0.32 0.34 0 0.36
HSL 244.29º 0.23% 0.53% -
HSV(B) 244.29º 0.34% 0.64% -
XYZ 18.42 16.54 36.87 -
YUV 114.58 155.33 125.45 -
System Red Green Blue C M Y K H S L
Decimal 111 107 163 0.32 0.34 0 0.36 244.29 0.23 0.53
Hex 6F 6B A3 20 22 0 24 F4 17 35
Octal 157 153 243 40 42 0 44 364 27 65
Binary 1101111 1101011 10100011 100000 100010 0 100100 11110100 10111 110101

Color Harmonies of #6F6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BA3

Black with #6F6BA3

Text Example


Text Example

White with #6F6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,107,163); }

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

background-color css

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

 a { background-color: rgb(111,107,163); }

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

border-color css

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

 span { border-color: rgb(111,107,163); }

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