Html Css Color HEX #655BAC Blue Marguerite

📋 copy color: '#655BAC'

red 101 ◦ green 91 ◦ blue 172

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

Shades of Blue Marguerite #655BAC

Tints of Blue Marguerite #655BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.25%

R = 27.75%
G = 25%
B = 47.25%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655BAC (or 0x655BAC) is known color: Blue Marguerite. HEX triplet: 65, 5B and AC. RGB value is (101,91,172). Sum of RGB (Red+Green+Blue) = 101+91+172=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 91 (35.94% from 255 or 25% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #655BAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAC is #9AA453. Grayscale: #666666. Windows color (decimal): -10134612 or 11295589. OLE color: 11295589.

HSL color Cylindrical-coordinate representation of color #655BAC: hue angle of 247.41º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655BAC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 91 172 -
CMYK 0.41 0.47 0 0.33
HSL 247.41º 0.33% 0.52% -
HSV(B) 247.41º 0.47% 0.67% -
XYZ 16.55 13.23 40.71 -
YUV 103.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 101 91 172 0.41 0.47 0 0.33 247.41 0.33 0.52
Hex 65 5B AC 29 2F 0 21 F7 21 34
Octal 145 133 254 51 57 0 41 367 41 64
Binary 1100101 1011011 10101100 101001 101111 0 100001 11110111 100001 110100

Color Harmonies of #655BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAC

Black with #655BAC

Text Example


Text Example

White with #655BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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