Html Css Color HEX #6B5DAB Blue Marguerite

📋 copy color: '#6B5DAB'

red 107 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #6B5DAB

Tints of Blue Marguerite #6B5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.09%

R = 28.84%
G = 25.07%
B = 46.09%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6B5DAB (or 0x6B5DAB) is known color: Blue Marguerite. HEX triplet: 6B, 5D and AB. RGB value is (107,93,171). Sum of RGB (Red+Green+Blue) = 107+93+171=371 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.84% from 371); Green value is 93 (36.72% from 255 or 25.07% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #6B5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B5DAB is #94A254. Grayscale: #696969. Windows color (decimal): -9740885 or 11230571. OLE color: 11230571.

HSL color Cylindrical-coordinate representation of color #6B5DAB: hue angle of 250.77º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6B5DAB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 107 93 171 -
CMYK 0.37 0.46 0 0.33
HSL 250.77º 0.32% 0.52% -
HSV(B) 250.77º 0.46% 0.67% -
XYZ 17.33 13.89 40.3 -
YUV 106.08 164.64 128.66 -
System Red Green Blue C M Y K H S L
Decimal 107 93 171 0.37 0.46 0 0.33 250.77 0.32 0.52
Hex 6B 5D AB 25 2E 0 21 FB 20 34
Octal 153 135 253 45 56 0 41 373 40 64
Binary 1101011 1011101 10101011 100101 101110 0 100001 11111011 100000 110100

Color Harmonies of #6B5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5DAB

Black with #6B5DAB

Text Example


Text Example

White with #6B5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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