Html Css Color HEX #655DAB Blue Marguerite

📋 copy color: '#655DAB'

red 101 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #655DAB

Tints of Blue Marguerite #655DAB

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

 BLUE value IS 171 (67.19% from 255) = 46.85%

R = 27.67%
G = 25.48%
B = 46.85%

CMYK

 C value IS 0.41

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655DAB (or 0x655DAB) is known color: Blue Marguerite. HEX triplet: 65, 5D and AB. RGB value is (101,93,171). Sum of RGB (Red+Green+Blue) = 101+93+171=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #655DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DAB is #9AA254. Grayscale: #676767. Windows color (decimal): -10134101 or 11230565. OLE color: 11230565.

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

Color convert

RGB 101 93 171 -
CMYK 0.41 0.46 0 0.33
HSL 246.15º 0.32% 0.52% -
HSV(B) 246.15º 0.46% 0.67% -
XYZ 16.63 13.54 40.26 -
YUV 104.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 101 93 171 0.41 0.46 0 0.33 246.15 0.32 0.52
Hex 65 5D AB 29 2E 0 21 F6 20 34
Octal 145 135 253 51 56 0 41 366 40 64
Binary 1100101 1011101 10101011 101001 101110 0 100001 11110110 100000 110100

Color Harmonies of #655DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DAB

Black with #655DAB

Text Example


Text Example

White with #655DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,93,171); }

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

background-color css

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

 a { background-color: rgb(101,93,171); }

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

border-color css

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

 span { border-color: rgb(101,93,171); }

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