Html Css Color HEX #6B4FAE Blue Marguerite

📋 copy color: '#6B4FAE'

red 107 ◦ green 79 ◦ blue 174

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

Shades of Blue Marguerite #6B4FAE

Tints of Blue Marguerite #6B4FAE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.94%

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

R = 29.72%
G = 21.94%
B = 48.33%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6B4FAE (or 0x6B4FAE) is known color: Blue Marguerite. HEX triplet: 6B, 4F and AE. RGB value is (107,79,174). Sum of RGB (Red+Green+Blue) = 107+79+174=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #6B4FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4FAE is #94B051. Grayscale: #616161. Windows color (decimal): -9744466 or 11423595. OLE color: 11423595.

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

Color convert

RGB 107 79 174 -
CMYK 0.39 0.55 0 0.32
HSL 257.68º 0.38% 0.5% -
HSV(B) 257.68º 0.55% 0.68% -
XYZ 16.5 11.77 41.45 -
YUV 98.2 170.78 134.28 -
System Red Green Blue C M Y K H S L
Decimal 107 79 174 0.39 0.55 0 0.32 257.68 0.38 0.5
Hex 6B 4F AE 27 37 0 20 102 26 32
Octal 153 117 256 47 67 0 40 402 46 62
Binary 1101011 1001111 10101110 100111 110111 0 100000 100000010 100110 110010

Color Harmonies of #6B4FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FAE

Black with #6B4FAE

Text Example


Text Example

White with #6B4FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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