Html Css Color HEX #6F6BAD Scampi

📋 copy color: '#6F6BAD'

red 111 ◦ green 107 ◦ blue 173

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

Shades of Scampi #6F6BAD

Tints of Scampi #6F6BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.25%

R = 28.39%
G = 27.37%
B = 44.25%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F6BAD (or 0x6F6BAD) is known color: Scampi. HEX triplet: 6F, 6B and AD. RGB value is (111,107,173). Sum of RGB (Red+Green+Blue) = 111+107+173=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 173 (67.97% from 255 or 44.25% from 391); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F6BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F6BAD is #909452. Grayscale: #737373. Windows color (decimal): -9475155 or 11365231. OLE color: 11365231.

HSL color Cylindrical-coordinate representation of color #6F6BAD: hue angle of 243.64º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F6BAD is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 111 107 173 -
CMYK 0.36 0.38 0 0.32
HSL 243.64º 0.29% 0.55% -
HSV(B) 243.64º 0.38% 0.68% -
XYZ 19.36 16.91 41.78 -
YUV 115.72 160.33 124.63 -
System Red Green Blue C M Y K H S L
Decimal 111 107 173 0.36 0.38 0 0.32 243.64 0.29 0.55
Hex 6F 6B AD 24 26 0 20 F4 1D 37
Octal 157 153 255 44 46 0 40 364 35 67
Binary 1101111 1101011 10101101 100100 100110 0 100000 11110100 11101 110111

Color Harmonies of #6F6BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F6BAD

Black with #6F6BAD

Text Example


Text Example

White with #6F6BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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