Html Css Color HEX #6C5DB4 Blue Marguerite

📋 copy color: '#6C5DB4'

red 108 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #6C5DB4

Tints of Blue Marguerite #6C5DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 47.24%

R = 28.35%
G = 24.41%
B = 47.24%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C5DB4 (or 0x6C5DB4) is known color: Blue Marguerite. HEX triplet: 6C, 5D and B4. RGB value is (108,93,180). Sum of RGB (Red+Green+Blue) = 108+93+180=381 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.35% from 381); Green value is 93 (36.72% from 255 or 24.41% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C5DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DB4 is #93A24B. Grayscale: #6B6B6B. Windows color (decimal): -9675340 or 11820396. OLE color: 11820396.

HSL color Cylindrical-coordinate representation of color #6C5DB4: hue angle of 250.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C5DB4 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 108 93 180 -
CMYK 0.40 0.48 0 0.29
HSL 250.34º 0.37% 0.54% -
HSV(B) 250.34º 0.48% 0.71% -
XYZ 18.34 14.31 44.98 -
YUV 107.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 108 93 180 0.40 0.48 0 0.29 250.34 0.37 0.54
Hex 6C 5D B4 28 30 0 1D FA 25 36
Octal 154 135 264 50 60 0 35 372 45 66
Binary 1101100 1011101 10110100 101000 110000 0 11101 11111010 100101 110110

Color Harmonies of #6C5DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DB4

Black with #6C5DB4

Text Example


Text Example

White with #6C5DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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