Html Css Color HEX #655DBE Blue Marguerite

📋 copy color: '#655DBE'

red 101 ◦ green 93 ◦ blue 190

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

Shades of Blue Marguerite #655DBE

Tints of Blue Marguerite #655DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 26.3%
G = 24.22%
B = 49.48%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#655DBE (or 0x655DBE) is known color: Blue Marguerite. HEX triplet: 65, 5D and BE. RGB value is (101,93,190). Sum of RGB (Red+Green+Blue) = 101+93+190=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #655DBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655DBE is #9AA241. Grayscale: #6A6A6A. Windows color (decimal): -10134082 or 12475749. OLE color: 12475749.

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

Color convert

RGB 101 93 190 -
CMYK 0.47 0.51 0 0.25
HSL 244.95º 0.43% 0.55% -
HSV(B) 244.95º 0.51% 0.75% -
XYZ 18.58 14.31 50.5 -
YUV 106.45 175.15 124.11 -
System Red Green Blue C M Y K H S L
Decimal 101 93 190 0.47 0.51 0 0.25 244.95 0.43 0.55
Hex 65 5D BE 2F 33 0 19 F5 2B 37
Octal 145 135 276 57 63 0 31 365 53 67
Binary 1100101 1011101 10111110 101111 110011 0 11001 11110101 101011 110111

Color Harmonies of #655DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655DBE

Black with #655DBE

Text Example


Text Example

White with #655DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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