Html Css Color HEX #655ABD Blue Marguerite

📋 copy color: '#655ABD'

red 101 ◦ green 90 ◦ blue 189

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

Shades of Blue Marguerite #655ABD

Tints of Blue Marguerite #655ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.74%

R = 26.58%
G = 23.68%
B = 49.74%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#655ABD (or 0x655ABD) is known color: Blue Marguerite. HEX triplet: 65, 5A and BD. RGB value is (101,90,189). Sum of RGB (Red+Green+Blue) = 101+90+189=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #655ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655ABD is #9AA542. Grayscale: #686868. Windows color (decimal): -10134851 or 12409445. OLE color: 12409445.

HSL color Cylindrical-coordinate representation of color #655ABD: hue angle of 246.67º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #655ABD is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 101 90 189 -
CMYK 0.47 0.52 0 0.26
HSL 246.67º 0.43% 0.55% -
HSV(B) 246.67º 0.52% 0.74% -
XYZ 18.21 13.75 49.84 -
YUV 104.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 101 90 189 0.47 0.52 0 0.26 246.67 0.43 0.55
Hex 65 5A BD 2F 34 0 1A F7 2B 37
Octal 145 132 275 57 64 0 32 367 53 67
Binary 1100101 1011010 10111101 101111 110100 0 11010 11110111 101011 110111

Color Harmonies of #655ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655ABD

Black with #655ABD

Text Example


Text Example

White with #655ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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