Html Css Color HEX #6C5ABC Blue Marguerite

📋 copy color: '#6C5ABC'

red 108 ◦ green 90 ◦ blue 188

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

Shades of Blue Marguerite #6C5ABC

Tints of Blue Marguerite #6C5ABC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 27.98%
G = 23.32%
B = 48.7%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6C5ABC (or 0x6C5ABC) is known color: Blue Marguerite. HEX triplet: 6C, 5A and BC. RGB value is (108,90,188). Sum of RGB (Red+Green+Blue) = 108+90+188=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6C5ABC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ABC is #93A543. Grayscale: #6A6A6A. Windows color (decimal): -9676100 or 12343916. OLE color: 12343916.

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

Color convert

RGB 108 90 188 -
CMYK 0.43 0.52 0 0.26
HSL 251.02º 0.42% 0.55% -
HSV(B) 251.02º 0.52% 0.74% -
XYZ 18.92 14.13 49.31 -
YUV 106.55 173.96 129.03 -
System Red Green Blue C M Y K H S L
Decimal 108 90 188 0.43 0.52 0 0.26 251.02 0.42 0.55
Hex 6C 5A BC 2B 34 0 1A FB 2A 37
Octal 154 132 274 53 64 0 32 373 52 67
Binary 1101100 1011010 10111100 101011 110100 0 11010 11111011 101010 110111

Color Harmonies of #6C5ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ABC

Black with #6C5ABC

Text Example


Text Example

White with #6C5ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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