Html Css Color HEX #655BAF Blue Marguerite

📋 copy color: '#655BAF'

red 101 ◦ green 91 ◦ blue 175

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

Shades of Blue Marguerite #655BAF

Tints of Blue Marguerite #655BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.68%

R = 27.52%
G = 24.8%
B = 47.68%

CMYK

 C value IS 0.42

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#655BAF (or 0x655BAF) is known color: Blue Marguerite. HEX triplet: 65, 5B and AF. RGB value is (101,91,175). Sum of RGB (Red+Green+Blue) = 101+91+175=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 175 (68.75% from 255 or 47.68% from 367); Max value from RGB is 175 - color contains mainly: blue. Hex color #655BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655BAF is #9AA450. Grayscale: #676767. Windows color (decimal): -10134609 or 11492197. OLE color: 11492197.

HSL color Cylindrical-coordinate representation of color #655BAF: hue angle of 247.14º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #655BAF is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 91 175 -
CMYK 0.42 0.48 0 0.31
HSL 247.14º 0.34% 0.52% -
HSV(B) 247.14º 0.48% 0.69% -
XYZ 16.85 13.34 42.25 -
YUV 103.57 168.31 126.17 -
System Red Green Blue C M Y K H S L
Decimal 101 91 175 0.42 0.48 0 0.31 247.14 0.34 0.52
Hex 65 5B AF 2A 30 0 1F F7 22 34
Octal 145 133 257 52 60 0 37 367 42 64
Binary 1100101 1011011 10101111 101010 110000 0 11111 11110111 100010 110100

Color Harmonies of #655BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655BAF

Black with #655BAF

Text Example


Text Example

White with #655BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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