Html Css Color HEX #6C5DAE Blue Marguerite

📋 copy color: '#6C5DAE'

red 108 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #6C5DAE

Tints of Blue Marguerite #6C5DAE

RGB

 RED value IS 108 (42.58% from 255) = 28.8%

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

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

R = 28.8%
G = 24.8%
B = 46.4%

CMYK

 C value IS 0.38

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6C5DAE (or 0x6C5DAE) is known color: Blue Marguerite. HEX triplet: 6C, 5D and AE. RGB value is (108,93,174). Sum of RGB (Red+Green+Blue) = 108+93+174=375 (49% of max value = 765). Red value is 108 (42.58% from 255 or 28.8% from 375); Green value is 93 (36.72% from 255 or 24.8% 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 #6C5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5DAE is #93A251. Grayscale: #6A6A6A. Windows color (decimal): -9675346 or 11427180. OLE color: 11427180.

HSL color Cylindrical-coordinate representation of color #6C5DAE: hue angle of 251.11º 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 #6C5DAE is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 108 93 174 -
CMYK 0.38 0.47 0 0.32
HSL 251.11º 0.33% 0.52% -
HSV(B) 251.11º 0.47% 0.68% -
XYZ 17.74 14.07 41.83 -
YUV 106.72 165.97 128.91 -
System Red Green Blue C M Y K H S L
Decimal 108 93 174 0.38 0.47 0 0.32 251.11 0.33 0.52
Hex 6C 5D AE 26 2F 0 20 FB 21 34
Octal 154 135 256 46 57 0 40 373 41 64
Binary 1101100 1011101 10101110 100110 101111 0 100000 11111011 100001 110100

Color Harmonies of #6C5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DAE

Black with #6C5DAE

Text Example


Text Example

White with #6C5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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