Html Css Color HEX #6F61AA Scampi

📋 copy color: '#6F61AA'

red 111 ◦ green 97 ◦ blue 170

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

Shades of Scampi #6F61AA

Tints of Scampi #6F61AA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.66%

 BLUE value IS 170 (66.8% from 255) = 44.97%

R = 29.37%
G = 25.66%
B = 44.97%

CMYK

 C value IS 0.35

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6F61AA (or 0x6F61AA) is known color: Scampi. HEX triplet: 6F, 61 and AA. RGB value is (111,97,170). Sum of RGB (Red+Green+Blue) = 111+97+170=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 170 (66.80% from 255 or 44.97% from 378); Max value from RGB is 170 - color contains mainly: blue. Hex color #6F61AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F61AA is #909E55. Grayscale: #6D6D6D. Windows color (decimal): -9477718 or 11166063. OLE color: 11166063.

HSL color Cylindrical-coordinate representation of color #6F61AA: hue angle of 251.51º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6F61AA is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 111 97 170 -
CMYK 0.35 0.43 0 0.33
HSL 251.51º 0.3% 0.52% -
HSV(B) 251.51º 0.43% 0.67% -
XYZ 18.09 14.83 39.94 -
YUV 109.51 162.14 129.06 -
System Red Green Blue C M Y K H S L
Decimal 111 97 170 0.35 0.43 0 0.33 251.51 0.3 0.52
Hex 6F 61 AA 23 2B 0 21 FC 1E 34
Octal 157 141 252 43 53 0 41 374 36 64
Binary 1101111 1100001 10101010 100011 101011 0 100001 11111100 11110 110100

Color Harmonies of #6F61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F61AA

Black with #6F61AA

Text Example


Text Example

White with #6F61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,97,170); }

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

background-color css

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

 a { background-color: rgb(111,97,170); }

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

border-color css

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

 span { border-color: rgb(111,97,170); }

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