Html Css Color HEX #6F5AAE Blue Marguerite

📋 copy color: '#6F5AAE'

red 111 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #6F5AAE

Tints of Blue Marguerite #6F5AAE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24%

 BLUE value IS 174 (68.36% from 255) = 46.4%

R = 29.6%
G = 24%
B = 46.4%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F5AAE (or 0x6F5AAE) is known color: Blue Marguerite. HEX triplet: 6F, 5A and AE. RGB value is (111,90,174). Sum of RGB (Red+Green+Blue) = 111+90+174=375 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.6% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F5AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5AAE is #90A551. Grayscale: #696969. Windows color (decimal): -9479506 or 11426415. OLE color: 11426415.

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

Color convert

RGB 111 90 174 -
CMYK 0.36 0.48 0 0.32
HSL 255º 0.34% 0.52% -
HSV(B) 255º 0.48% 0.68% -
XYZ 17.85 13.75 41.76 -
YUV 105.86 166.46 131.67 -
System Red Green Blue C M Y K H S L
Decimal 111 90 174 0.36 0.48 0 0.32 255 0.34 0.52
Hex 6F 5A AE 24 30 0 20 FF 22 34
Octal 157 132 256 44 60 0 40 377 42 64
Binary 1101111 1011010 10101110 100100 110000 0 100000 11111111 100010 110100

Color Harmonies of #6F5AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5AAE

Black with #6F5AAE

Text Example


Text Example

White with #6F5AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,90,174); }

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

background-color css

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

 a { background-color: rgb(111,90,174); }

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

border-color css

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

 span { border-color: rgb(111,90,174); }

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