Html Css Color HEX #6C5FB4 Blue Marguerite

📋 copy color: '#6C5FB4'

red 108 ◦ green 95 ◦ blue 180

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

Shades of Blue Marguerite #6C5FB4

Tints of Blue Marguerite #6C5FB4

RGB

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

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

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

R = 28.2%
G = 24.8%
B = 47%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6C5FB4 (or 0x6C5FB4) is known color: Blue Marguerite. HEX triplet: 6C, 5F and B4. RGB value is (108,95,180). Sum of RGB (Red+Green+Blue) = 108+95+180=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #6C5FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FB4 is #93A04B. Grayscale: #6C6C6C. Windows color (decimal): -9674828 or 11820908. OLE color: 11820908.

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

Color convert

RGB 108 95 180 -
CMYK 0.40 0.47 0 0.29
HSL 249.18º 0.36% 0.54% -
HSV(B) 249.18º 0.47% 0.71% -
XYZ 18.51 14.67 45.04 -
YUV 108.58 168.31 127.59 -
System Red Green Blue C M Y K H S L
Decimal 108 95 180 0.40 0.47 0 0.29 249.18 0.36 0.54
Hex 6C 5F B4 28 2F 0 1D F9 24 36
Octal 154 137 264 50 57 0 35 371 44 66
Binary 1101100 1011111 10110100 101000 101111 0 11101 11111001 100100 110110

Color Harmonies of #6C5FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FB4

Black with #6C5FB4

Text Example


Text Example

White with #6C5FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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