Html Css Color HEX #655AB3 Blue Marguerite

📋 copy color: '#655AB3'

red 101 ◦ green 90 ◦ blue 179

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

Shades of Blue Marguerite #655AB3

Tints of Blue Marguerite #655AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 27.3%
G = 24.32%
B = 48.38%

CMYK

 C value IS 0.44

 M value IS 0.50

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#655AB3 (or 0x655AB3) is known color: Blue Marguerite. HEX triplet: 65, 5A and B3. RGB value is (101,90,179). Sum of RGB (Red+Green+Blue) = 101+90+179=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #655AB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655AB3 is #9AA54C. Grayscale: #676767. Windows color (decimal): -10134861 or 11754085. OLE color: 11754085.

HSL color Cylindrical-coordinate representation of color #655AB3: hue angle of 247.42º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #655AB3 is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 101 90 179 -
CMYK 0.44 0.50 0 0.30
HSL 247.42º 0.37% 0.53% -
HSV(B) 247.42º 0.5% 0.7% -
XYZ 17.16 13.33 44.32 -
YUV 103.44 170.64 126.26 -
System Red Green Blue C M Y K H S L
Decimal 101 90 179 0.44 0.50 0 0.30 247.42 0.37 0.53
Hex 65 5A B3 2C 32 0 1E F7 25 35
Octal 145 132 263 54 62 0 36 367 45 65
Binary 1100101 1011010 10110011 101100 110010 0 11110 11110111 100101 110101

Color Harmonies of #655AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655AB3

Black with #655AB3

Text Example


Text Example

White with #655AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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