Html Css Color HEX #6C5CBF Blue Marguerite

📋 copy color: '#6C5CBF'

red 108 ◦ green 92 ◦ blue 191

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

Shades of Blue Marguerite #6C5CBF

Tints of Blue Marguerite #6C5CBF

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.53%

 BLUE value IS 191 (75% from 255) = 48.85%

R = 27.62%
G = 23.53%
B = 48.85%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C5CBF (or 0x6C5CBF) is known color: Blue Marguerite. HEX triplet: 6C, 5C and BF. RGB value is (108,92,191). Sum of RGB (Red+Green+Blue) = 108+92+191=391 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.62% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 191 (75% from 255 or 48.85% from 391); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C5CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5CBF is #93A340. Grayscale: #6B6B6B. Windows color (decimal): -9675585 or 12541036. OLE color: 12541036.

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

Color convert

RGB 108 92 191 -
CMYK 0.43 0.52 0 0.25
HSL 249.7º 0.44% 0.55% -
HSV(B) 249.7º 0.52% 0.75% -
XYZ 19.42 14.6 51.09 -
YUV 108.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 108 92 191 0.43 0.52 0 0.25 249.7 0.44 0.55
Hex 6C 5C BF 2B 34 0 19 FA 2C 37
Octal 154 134 277 53 64 0 31 372 54 67
Binary 1101100 1011100 10111111 101011 110100 0 11001 11111010 101100 110111

Color Harmonies of #6C5CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5CBF

Black with #6C5CBF

Text Example


Text Example

White with #6C5CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,92,191); }

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

background-color css

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

 a { background-color: rgb(108,92,191); }

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

border-color css

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

 span { border-color: rgb(108,92,191); }

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