Html Css Color HEX #655FAB Blue Marguerite

📋 copy color: '#655FAB'

red 101 ◦ green 95 ◦ blue 171

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

Shades of Blue Marguerite #655FAB

Tints of Blue Marguerite #655FAB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.89%

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

R = 27.52%
G = 25.89%
B = 46.59%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655FAB (or 0x655FAB) is known color: Blue Marguerite. HEX triplet: 65, 5F and AB. RGB value is (101,95,171). Sum of RGB (Red+Green+Blue) = 101+95+171=367 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.52% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 171 (67.19% from 255 or 46.59% from 367); Max value from RGB is 171 - color contains mainly: blue. Hex color #655FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655FAB is #9AA054. Grayscale: #696969. Windows color (decimal): -10133589 or 11231077. OLE color: 11231077.

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

Color convert

RGB 101 95 171 -
CMYK 0.41 0.44 0 0.33
HSL 244.74º 0.31% 0.52% -
HSV(B) 244.74º 0.44% 0.67% -
XYZ 16.81 13.89 40.32 -
YUV 105.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 101 95 171 0.41 0.44 0 0.33 244.74 0.31 0.52
Hex 65 5F AB 29 2C 0 21 F5 1F 34
Octal 145 137 253 51 54 0 41 365 37 64
Binary 1100101 1011111 10101011 101001 101100 0 100001 11110101 11111 110100

Color Harmonies of #655FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FAB

Black with #655FAB

Text Example


Text Example

White with #655FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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