Html Css Color HEX #655BBE Blue Marguerite

📋 copy color: '#655BBE'

red 101 ◦ green 91 ◦ blue 190

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

Shades of Blue Marguerite #655BBE

Tints of Blue Marguerite #655BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.74%

R = 26.44%
G = 23.82%
B = 49.74%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#655BBE (or 0x655BBE) is known color: Blue Marguerite. HEX triplet: 65, 5B and BE. RGB value is (101,91,190). Sum of RGB (Red+Green+Blue) = 101+91+190=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #655BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655BBE is #9AA441. Grayscale: #686868. Windows color (decimal): -10134594 or 12475237. OLE color: 12475237.

HSL color Cylindrical-coordinate representation of color #655BBE: hue angle of 246.06º degrees, saturation: 0.43, 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 #655BBE is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 101 91 190 -
CMYK 0.47 0.52 0 0.25
HSL 246.06º 0.43% 0.55% -
HSV(B) 246.06º 0.52% 0.75% -
XYZ 18.4 13.97 50.44 -
YUV 105.28 175.81 124.95 -
System Red Green Blue C M Y K H S L
Decimal 101 91 190 0.47 0.52 0 0.25 246.06 0.43 0.55
Hex 65 5B BE 2F 34 0 19 F6 2B 37
Octal 145 133 276 57 64 0 31 366 53 67
Binary 1100101 1011011 10111110 101111 110100 0 11001 11110110 101011 110111

Color Harmonies of #655BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BBE

Black with #655BBE

Text Example


Text Example

White with #655BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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