Html Css Color HEX #6C5FBC Blue Marguerite

📋 copy color: '#6C5FBC'

red 108 ◦ green 95 ◦ blue 188

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

Shades of Blue Marguerite #6C5FBC

Tints of Blue Marguerite #6C5FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.08%

R = 27.62%
G = 24.3%
B = 48.08%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C5FBC (or 0x6C5FBC) is known color: Blue Marguerite. HEX triplet: 6C, 5F and BC. RGB value is (108,95,188). Sum of RGB (Red+Green+Blue) = 108+95+188=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C5FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5FBC is #93A043. Grayscale: #6D6D6D. Windows color (decimal): -9674820 or 12345196. OLE color: 12345196.

HSL color Cylindrical-coordinate representation of color #6C5FBC: hue angle of 248.39º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C5FBC is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 108 95 188 -
CMYK 0.43 0.49 0 0.26
HSL 248.39º 0.41% 0.55% -
HSV(B) 248.39º 0.49% 0.74% -
XYZ 19.35 15 49.45 -
YUV 109.49 172.31 126.94 -
System Red Green Blue C M Y K H S L
Decimal 108 95 188 0.43 0.49 0 0.26 248.39 0.41 0.55
Hex 6C 5F BC 2B 31 0 1A F8 29 37
Octal 154 137 274 53 61 0 32 370 51 67
Binary 1101100 1011111 10111100 101011 110001 0 11010 11111000 101001 110111

Color Harmonies of #6C5FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5FBC

Black with #6C5FBC

Text Example


Text Example

White with #6C5FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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