Html Css Color HEX #6C5FBE Blue Marguerite

📋 copy color: '#6C5FBE'

red 108 ◦ green 95 ◦ blue 190

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

Shades of Blue Marguerite #6C5FBE

Tints of Blue Marguerite #6C5FBE

RGB

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

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

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

R = 27.48%
G = 24.17%
B = 48.35%

CMYK

 C value IS 0.43

 M value IS 0.5

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C5FBE (or 0x6C5FBE) is known color: Blue Marguerite. HEX triplet: 6C, 5F and BE. RGB value is (108,95,190). Sum of RGB (Red+Green+Blue) = 108+95+190=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 190 (74.61% from 255 or 48.35% from 393); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C5FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FBE is #93A041. Grayscale: #6D6D6D. Windows color (decimal): -9674818 or 12476268. OLE color: 12476268.

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

Color convert

RGB 108 95 190 -
CMYK 0.43 0.5 0 0.25
HSL 248.21º 0.42% 0.56% -
HSV(B) 248.21º 0.5% 0.75% -
XYZ 19.57 15.09 50.6 -
YUV 109.72 173.31 126.78 -
System Red Green Blue C M Y K H S L
Decimal 108 95 190 0.43 0.5 0 0.25 248.21 0.42 0.56
Hex 6C 5F BE 2B 32 0 19 F8 2A 38
Octal 154 137 276 53 62 0 31 370 52 70
Binary 1101100 1011111 10111110 101011 110010 0 11001 11111000 101010 111000

Color Harmonies of #6C5FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FBE

Black with #6C5FBE

Text Example


Text Example

White with #6C5FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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