Html Css Color HEX #6B4EAF Blue Marguerite

📋 copy color: '#6B4EAF'

red 107 ◦ green 78 ◦ blue 175

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

Shades of Blue Marguerite #6B4EAF

Tints of Blue Marguerite #6B4EAF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.67%

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 29.72%
G = 21.67%
B = 48.61%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6B4EAF (or 0x6B4EAF) is known color: Blue Marguerite. HEX triplet: 6B, 4E and AF. RGB value is (107,78,175). Sum of RGB (Red+Green+Blue) = 107+78+175=360 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.72% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B4EAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4EAF is #94B150. Grayscale: #616161. Windows color (decimal): -9744721 or 11488875. OLE color: 11488875.

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

Color convert

RGB 107 78 175 -
CMYK 0.39 0.55 0 0.31
HSL 257.94º 0.38% 0.5% -
HSV(B) 257.94º 0.55% 0.69% -
XYZ 16.53 11.67 41.94 -
YUV 97.73 171.61 134.61 -
System Red Green Blue C M Y K H S L
Decimal 107 78 175 0.39 0.55 0 0.31 257.94 0.38 0.5
Hex 6B 4E AF 27 37 0 1F 102 26 32
Octal 153 116 257 47 67 0 37 402 46 62
Binary 1101011 1001110 10101111 100111 110111 0 11111 100000010 100110 110010

Color Harmonies of #6B4EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4EAF

Black with #6B4EAF

Text Example


Text Example

White with #6B4EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,78,175); }

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

background-color css

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

 a { background-color: rgb(107,78,175); }

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

border-color css

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

 span { border-color: rgb(107,78,175); }

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