Html Css Color HEX #6C5ABB Blue Marguerite

📋 copy color: '#6C5ABB'

red 108 ◦ green 90 ◦ blue 187

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

Shades of Blue Marguerite #6C5ABB

Tints of Blue Marguerite #6C5ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 48.57%

R = 28.05%
G = 23.38%
B = 48.57%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6C5ABB (or 0x6C5ABB) is known color: Blue Marguerite. HEX triplet: 6C, 5A and BB. RGB value is (108,90,187). Sum of RGB (Red+Green+Blue) = 108+90+187=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #6C5ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ABB is #93A544. Grayscale: #6A6A6A. Windows color (decimal): -9676101 or 12278380. OLE color: 12278380.

HSL color Cylindrical-coordinate representation of color #6C5ABB: hue angle of 251.13º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C5ABB is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 108 90 187 -
CMYK 0.42 0.52 0 0.27
HSL 251.13º 0.42% 0.54% -
HSV(B) 251.13º 0.52% 0.73% -
XYZ 18.81 14.09 48.74 -
YUV 106.44 173.46 129.11 -
System Red Green Blue C M Y K H S L
Decimal 108 90 187 0.42 0.52 0 0.27 251.13 0.42 0.54
Hex 6C 5A BB 2A 34 0 1B FB 2A 36
Octal 154 132 273 52 64 0 33 373 52 66
Binary 1101100 1011010 10111011 101010 110100 0 11011 11111011 101010 110110

Color Harmonies of #6C5ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C5ABB

Black with #6C5ABB

Text Example


Text Example

White with #6C5ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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