Html Css Color HEX #655BBC Blue Marguerite

📋 copy color: '#655BBC'

red 101 ◦ green 91 ◦ blue 188

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

Shades of Blue Marguerite #655BBC

Tints of Blue Marguerite #655BBC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.95%

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

R = 26.58%
G = 23.95%
B = 49.47%

CMYK

 C value IS 0.46

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#655BBC (or 0x655BBC) is known color: Blue Marguerite. HEX triplet: 65, 5B and BC. RGB value is (101,91,188). Sum of RGB (Red+Green+Blue) = 101+91+188=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 91 (35.94% from 255 or 23.95% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #655BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBC is #9AA443. Grayscale: #686868. Windows color (decimal): -10134596 or 12344165. OLE color: 12344165.

HSL color Cylindrical-coordinate representation of color #655BBC: hue angle of 246.19º 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 #655BBC is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 91 188 -
CMYK 0.46 0.52 0 0.26
HSL 246.19º 0.42% 0.55% -
HSV(B) 246.19º 0.52% 0.74% -
XYZ 18.19 13.88 49.3 -
YUV 105.05 174.81 125.11 -
System Red Green Blue C M Y K H S L
Decimal 101 91 188 0.46 0.52 0 0.26 246.19 0.42 0.55
Hex 65 5B BC 2E 34 0 1A F6 2A 37
Octal 145 133 274 56 64 0 32 366 52 67
Binary 1100101 1011011 10111100 101110 110100 0 11010 11110110 101010 110111

Color Harmonies of #655BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BBC

Black with #655BBC

Text Example


Text Example

White with #655BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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