Html Css Color HEX #6C5DBE Blue Marguerite

📋 copy color: '#6C5DBE'

red 108 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #6C5DBE

Tints of Blue Marguerite #6C5DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 27.62%
G = 23.79%
B = 48.59%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C5DBE (or 0x6C5DBE) is known color: Blue Marguerite. HEX triplet: 6C, 5D and BE. RGB value is (108,93,190). Sum of RGB (Red+Green+Blue) = 108+93+190=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 93 (36.72% from 255 or 23.79% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C5DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5DBE is #93A241. Grayscale: #6C6C6C. Windows color (decimal): -9675330 or 12475756. OLE color: 12475756.

HSL color Cylindrical-coordinate representation of color #6C5DBE: hue angle of 249.28º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C5DBE is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 93 190 -
CMYK 0.43 0.51 0 0.25
HSL 249.28º 0.43% 0.55% -
HSV(B) 249.28º 0.51% 0.75% -
XYZ 19.39 14.73 50.54 -
YUV 108.54 173.97 127.61 -
System Red Green Blue C M Y K H S L
Decimal 108 93 190 0.43 0.51 0 0.25 249.28 0.43 0.55
Hex 6C 5D BE 2B 33 0 19 F9 2B 37
Octal 154 135 276 53 63 0 31 371 53 67
Binary 1101100 1011101 10111110 101011 110011 0 11001 11111001 101011 110111

Color Harmonies of #6C5DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5DBE

Black with #6C5DBE

Text Example


Text Example

White with #6C5DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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