Html Css Color HEX #655EBC Blue Marguerite

📋 copy color: '#655EBC'

red 101 ◦ green 94 ◦ blue 188

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

Shades of Blue Marguerite #655EBC

Tints of Blue Marguerite #655EBC

RGB

 RED value IS 101 (39.84% from 255) = 26.37%

 GREEN value IS 94 (37.11% from 255) = 24.54%

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

R = 26.37%
G = 24.54%
B = 49.09%

CMYK

 C value IS 0.46

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#655EBC (or 0x655EBC) is known color: Blue Marguerite. HEX triplet: 65, 5E and BC. RGB value is (101,94,188). Sum of RGB (Red+Green+Blue) = 101+94+188=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #655EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655EBC is #9AA143. Grayscale: #6A6A6A. Windows color (decimal): -10133828 or 12344933. OLE color: 12344933.

HSL color Cylindrical-coordinate representation of color #655EBC: hue angle of 244.47º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655EBC is Cyan = 0.46, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 94 188 -
CMYK 0.46 0.50 0 0.26
HSL 244.47º 0.41% 0.55% -
HSV(B) 244.47º 0.5% 0.74% -
XYZ 18.45 14.4 49.38 -
YUV 106.81 173.82 123.86 -
System Red Green Blue C M Y K H S L
Decimal 101 94 188 0.46 0.50 0 0.26 244.47 0.41 0.55
Hex 65 5E BC 2E 32 0 1A F4 29 37
Octal 145 136 274 56 62 0 32 364 51 67
Binary 1100101 1011110 10111100 101110 110010 0 11010 11110100 101001 110111

Color Harmonies of #655EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655EBC

Black with #655EBC

Text Example


Text Example

White with #655EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655EBC; }

 p { color: rgb(101,94,188); }

 H1.HeaderClassName
 {
   color: #655EBC;
 }
 .AnyTagClassName
 {
   color: #655EBC;
 }
</style>

background-color css

<style>
 a { background-color: #655EBC; }

 a { background-color: rgb(101,94,188); }

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

border-color css

<style>
 span { border-color: #655EBC; }

 span { border-color: rgb(101,94,188); }

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