Html Css Color HEX #6B4DAE Blue Marguerite

📋 copy color: '#6B4DAE'

red 107 ◦ green 77 ◦ blue 174

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

Shades of Blue Marguerite #6B4DAE

Tints of Blue Marguerite #6B4DAE

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.51%

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

R = 29.89%
G = 21.51%
B = 48.6%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B4DAE (or 0x6B4DAE) is known color: Blue Marguerite. HEX triplet: 6B, 4D and AE. RGB value is (107,77,174). Sum of RGB (Red+Green+Blue) = 107+77+174=358 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.89% from 358); Green value is 77 (30.47% from 255 or 21.51% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B4DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4DAE is #94B251. Grayscale: #606060. Windows color (decimal): -9744978 or 11423083. OLE color: 11423083.

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

Color convert

RGB 107 77 174 -
CMYK 0.39 0.56 0 0.32
HSL 258.56º 0.39% 0.49% -
HSV(B) 258.56º 0.56% 0.68% -
XYZ 16.36 11.49 41.4 -
YUV 97.03 171.44 135.11 -
System Red Green Blue C M Y K H S L
Decimal 107 77 174 0.39 0.56 0 0.32 258.56 0.39 0.49
Hex 6B 4D AE 27 38 0 20 103 27 31
Octal 153 115 256 47 70 0 40 403 47 61
Binary 1101011 1001101 10101110 100111 111000 0 100000 100000011 100111 110001

Color Harmonies of #6B4DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4DAE

Black with #6B4DAE

Text Example


Text Example

White with #6B4DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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