Html Css Color HEX #655AAB Blue Marguerite

📋 copy color: '#655AAB'

red 101 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #655AAB

Tints of Blue Marguerite #655AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.86%

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

R = 27.9%
G = 24.86%
B = 47.24%

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

#655AAB (or 0x655AAB) is known color: Blue Marguerite. HEX triplet: 65, 5A and AB. RGB value is (101,90,171). Sum of RGB (Red+Green+Blue) = 101+90+171=362 (47% of max value = 765). Red value is 101 (39.84% from 255 or 27.90% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #655AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655AAB is #9AA554. Grayscale: #666666. Windows color (decimal): -10134869 or 11229797. OLE color: 11229797.

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

Color convert

RGB 101 90 171 -
CMYK 0.41 0.47 0 0.33
HSL 248.15º 0.33% 0.51% -
HSV(B) 248.15º 0.47% 0.67% -
XYZ 16.37 13.02 40.18 -
YUV 102.52 166.64 126.91 -
System Red Green Blue C M Y K H S L
Decimal 101 90 171 0.41 0.47 0 0.33 248.15 0.33 0.51
Hex 65 5A AB 29 2F 0 21 F8 21 33
Octal 145 132 253 51 57 0 41 370 41 63
Binary 1100101 1011010 10101011 101001 101111 0 100001 11111000 100001 110011

Color Harmonies of #655AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AAB

Black with #655AAB

Text Example


Text Example

White with #655AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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