Html Css Color HEX #6F5DAE Blue Marguerite

📋 copy color: '#6F5DAE'

red 111 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #6F5DAE

Tints of Blue Marguerite #6F5DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.6%

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

R = 29.37%
G = 24.6%
B = 46.03%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6F5DAE (or 0x6F5DAE) is known color: Blue Marguerite. HEX triplet: 6F, 5D and AE. RGB value is (111,93,174). Sum of RGB (Red+Green+Blue) = 111+93+174=378 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.37% from 378); Green value is 93 (36.72% from 255 or 24.60% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #6F5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F5DAE is #90A251. Grayscale: #6B6B6B. Windows color (decimal): -9478738 or 11427183. OLE color: 11427183.

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

Color convert

RGB 111 93 174 -
CMYK 0.36 0.47 0 0.32
HSL 253.33º 0.33% 0.52% -
HSV(B) 253.33º 0.47% 0.68% -
XYZ 18.11 14.26 41.84 -
YUV 107.62 165.46 130.41 -
System Red Green Blue C M Y K H S L
Decimal 111 93 174 0.36 0.47 0 0.32 253.33 0.33 0.52
Hex 6F 5D AE 24 2F 0 20 FD 21 34
Octal 157 135 256 44 57 0 40 375 41 64
Binary 1101111 1011101 10101110 100100 101111 0 100000 11111101 100001 110100

Color Harmonies of #6F5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5DAE

Black with #6F5DAE

Text Example


Text Example

White with #6F5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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