Html Css Color HEX #655DB0 Blue Marguerite

📋 copy color: '#655DB0'

red 101 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #655DB0

Tints of Blue Marguerite #655DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.57%

R = 27.3%
G = 25.14%
B = 47.57%

CMYK

 C value IS 0.43

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#655DB0 (or 0x655DB0) is known color: Blue Marguerite. HEX triplet: 65, 5D and B0. RGB value is (101,93,176). Sum of RGB (Red+Green+Blue) = 101+93+176=370 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.30% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 176 (69.14% from 255 or 47.57% from 370); Max value from RGB is 176 - color contains mainly: blue. Hex color #655DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655DB0 is #9AA24F. Grayscale: #686868. Windows color (decimal): -10134096 or 11558245. OLE color: 11558245.

HSL color Cylindrical-coordinate representation of color #655DB0: hue angle of 245.78º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655DB0 is Cyan = 0.43, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 93 176 -
CMYK 0.43 0.47 0 0.31
HSL 245.78º 0.34% 0.53% -
HSV(B) 245.78º 0.47% 0.69% -
XYZ 17.12 13.73 42.82 -
YUV 104.85 168.15 125.25 -
System Red Green Blue C M Y K H S L
Decimal 101 93 176 0.43 0.47 0 0.31 245.78 0.34 0.53
Hex 65 5D B0 2B 2F 0 1F F6 22 35
Octal 145 135 260 53 57 0 37 366 42 65
Binary 1100101 1011101 10110000 101011 101111 0 11111 11110110 100010 110101

Color Harmonies of #655DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DB0

Black with #655DB0

Text Example


Text Example

White with #655DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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