Html Css Color HEX #6B5DAE Blue Marguerite

📋 copy color: '#6B5DAE'

red 107 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #6B5DAE

Tints of Blue Marguerite #6B5DAE

RGB

 RED value IS 107 (42.19% from 255) = 28.61%

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

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

R = 28.61%
G = 24.87%
B = 46.52%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B5DAE (or 0x6B5DAE) is known color: Blue Marguerite. HEX triplet: 6B, 5D and AE. RGB value is (107,93,174). Sum of RGB (Red+Green+Blue) = 107+93+174=374 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.61% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B5DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5DAE is #94A251. Grayscale: #6A6A6A. Windows color (decimal): -9740882 or 11427179. OLE color: 11427179.

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

Color convert

RGB 107 93 174 -
CMYK 0.39 0.47 0 0.32
HSL 250.37º 0.33% 0.52% -
HSV(B) 250.37º 0.47% 0.68% -
XYZ 17.62 14.01 41.82 -
YUV 106.42 166.14 128.41 -
System Red Green Blue C M Y K H S L
Decimal 107 93 174 0.39 0.47 0 0.32 250.37 0.33 0.52
Hex 6B 5D AE 27 2F 0 20 FA 21 34
Octal 153 135 256 47 57 0 40 372 41 64
Binary 1101011 1011101 10101110 100111 101111 0 100000 11111010 100001 110100

Color Harmonies of #6B5DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DAE

Black with #6B5DAE

Text Example


Text Example

White with #6B5DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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