Html Css Color HEX #6C5FB0 Blue Marguerite

📋 copy color: '#6C5FB0'

red 108 ◦ green 95 ◦ blue 176

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

Shades of Blue Marguerite #6C5FB0

Tints of Blue Marguerite #6C5FB0

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.07%

 BLUE value IS 176 (69.14% from 255) = 46.44%

R = 28.5%
G = 25.07%
B = 46.44%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6C5FB0 (or 0x6C5FB0) is known color: Blue Marguerite. HEX triplet: 6C, 5F and B0. RGB value is (108,95,176). Sum of RGB (Red+Green+Blue) = 108+95+176=379 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.50% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #6C5FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C5FB0 is #93A04F. Grayscale: #6B6B6B. Windows color (decimal): -9674832 or 11558764. OLE color: 11558764.

HSL color Cylindrical-coordinate representation of color #6C5FB0: hue angle of 249.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C5FB0 is Cyan = 0.39, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 108 95 176 -
CMYK 0.39 0.46 0 0.31
HSL 249.63º 0.34% 0.53% -
HSV(B) 249.63º 0.46% 0.69% -
XYZ 18.11 14.51 42.92 -
YUV 108.12 166.31 127.91 -
System Red Green Blue C M Y K H S L
Decimal 108 95 176 0.39 0.46 0 0.31 249.63 0.34 0.53
Hex 6C 5F B0 27 2E 0 1F FA 22 35
Octal 154 137 260 47 56 0 37 372 42 65
Binary 1101100 1011111 10110000 100111 101110 0 11111 11111010 100010 110101

Color Harmonies of #6C5FB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FB0

Black with #6C5FB0

Text Example


Text Example

White with #6C5FB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,95,176); }

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

background-color css

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

 a { background-color: rgb(108,95,176); }

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

border-color css

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

 span { border-color: rgb(108,95,176); }

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