Html Css Color HEX #6B4FAF Blue Marguerite

📋 copy color: '#6B4FAF'

red 107 ◦ green 79 ◦ blue 175

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

Shades of Blue Marguerite #6B4FAF

Tints of Blue Marguerite #6B4FAF

RGB

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

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

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

R = 29.64%
G = 21.88%
B = 48.48%

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

#6B4FAF (or 0x6B4FAF) is known color: Blue Marguerite. HEX triplet: 6B, 4F and AF. RGB value is (107,79,175). Sum of RGB (Red+Green+Blue) = 107+79+175=361 (47% of max value = 765). Red value is 107 (42.19% from 255 or 29.64% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #6B4FAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B4FAF is #94B050. Grayscale: #616161. Windows color (decimal): -9744465 or 11489131. OLE color: 11489131.

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

Color convert

RGB 107 79 175 -
CMYK 0.39 0.55 0 0.31
HSL 257.5º 0.38% 0.5% -
HSV(B) 257.5º 0.55% 0.69% -
XYZ 16.6 11.81 41.96 -
YUV 98.32 171.28 134.19 -
System Red Green Blue C M Y K H S L
Decimal 107 79 175 0.39 0.55 0 0.31 257.5 0.38 0.5
Hex 6B 4F AF 27 37 0 1F 102 26 32
Octal 153 117 257 47 67 0 37 402 46 62
Binary 1101011 1001111 10101111 100111 110111 0 11111 100000010 100110 110010

Color Harmonies of #6B4FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4FAF

Black with #6B4FAF

Text Example


Text Example

White with #6B4FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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