Html Css Color HEX #6C5DAB Blue Marguerite

📋 copy color: '#6C5DAB'

red 108 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #6C5DAB

Tints of Blue Marguerite #6C5DAB

RGB

 RED value IS 108 (42.58% from 255) = 29.03%

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

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

R = 29.03%
G = 25%
B = 45.97%

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

#6C5DAB (or 0x6C5DAB) is known color: Blue Marguerite. HEX triplet: 6C, 5D and AB. RGB value is (108,93,171). Sum of RGB (Red+Green+Blue) = 108+93+171=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #6C5DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5DAB is #93A254. Grayscale: #6A6A6A. Windows color (decimal): -9675349 or 11230572. OLE color: 11230572.

HSL color Cylindrical-coordinate representation of color #6C5DAB: hue angle of 251.54º 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 #6C5DAB is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 108 93 171 -
CMYK 0.37 0.46 0 0.33
HSL 251.54º 0.32% 0.52% -
HSV(B) 251.54º 0.46% 0.67% -
XYZ 17.45 13.96 40.3 -
YUV 106.38 164.47 129.16 -
System Red Green Blue C M Y K H S L
Decimal 108 93 171 0.37 0.46 0 0.33 251.54 0.32 0.52
Hex 6C 5D AB 25 2E 0 21 FC 20 34
Octal 154 135 253 45 56 0 41 374 40 64
Binary 1101100 1011101 10101011 100101 101110 0 100001 11111100 100000 110100

Color Harmonies of #6C5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DAB

Black with #6C5DAB

Text Example


Text Example

White with #6C5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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