Html Css Color HEX #6F61AD Blue Marguerite

📋 copy color: '#6F61AD'

red 111 ◦ green 97 ◦ blue 173

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

Shades of Blue Marguerite #6F61AD

Tints of Blue Marguerite #6F61AD

RGB

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

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

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

R = 29.13%
G = 25.46%
B = 45.41%

CMYK

 C value IS 0.36

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F61AD (or 0x6F61AD) is known color: Blue Marguerite. HEX triplet: 6F, 61 and AD. RGB value is (111,97,173). Sum of RGB (Red+Green+Blue) = 111+97+173=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 97 (38.28% from 255 or 25.46% from 381); Blue value is 173 (67.97% from 255 or 45.41% from 381); Max value from RGB is 173 - color contains mainly: blue. Hex color #6F61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F61AD is #909E52. Grayscale: #6D6D6D. Windows color (decimal): -9477715 or 11362671. OLE color: 11362671.

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

Color convert

RGB 111 97 173 -
CMYK 0.36 0.44 0 0.32
HSL 251.05º 0.32% 0.53% -
HSV(B) 251.05º 0.44% 0.68% -
XYZ 18.37 14.95 41.45 -
YUV 109.85 163.64 128.82 -
System Red Green Blue C M Y K H S L
Decimal 111 97 173 0.36 0.44 0 0.32 251.05 0.32 0.53
Hex 6F 61 AD 24 2C 0 20 FB 20 35
Octal 157 141 255 44 54 0 40 373 40 65
Binary 1101111 1100001 10101101 100100 101100 0 100000 11111011 100000 110101

Color Harmonies of #6F61AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F61AD

Black with #6F61AD

Text Example


Text Example

White with #6F61AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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