Html Css Color HEX #655CBB Blue Marguerite

📋 copy color: '#655CBB'

red 101 ◦ green 92 ◦ blue 187

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

Shades of Blue Marguerite #655CBB

Tints of Blue Marguerite #655CBB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.21%

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 26.58%
G = 24.21%
B = 49.21%

CMYK

 C value IS 0.46

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655CBB (or 0x655CBB) is known color: Blue Marguerite. HEX triplet: 65, 5C and BB. RGB value is (101,92,187). Sum of RGB (Red+Green+Blue) = 101+92+187=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 92 (36.33% from 255 or 24.21% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #655CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655CBB is #9AA344. Grayscale: #696969. Windows color (decimal): -10134341 or 12278885. OLE color: 12278885.

HSL color Cylindrical-coordinate representation of color #655CBB: hue angle of 245.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #655CBB is Cyan = 0.46, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 92 187 -
CMYK 0.46 0.51 0 0.27
HSL 245.68º 0.41% 0.55% -
HSV(B) 245.68º 0.51% 0.73% -
XYZ 18.16 14.01 48.76 -
YUV 105.52 173.98 124.78 -
System Red Green Blue C M Y K H S L
Decimal 101 92 187 0.46 0.51 0 0.27 245.68 0.41 0.55
Hex 65 5C BB 2E 33 0 1B F6 29 37
Octal 145 134 273 56 63 0 33 366 51 67
Binary 1100101 1011100 10111011 101110 110011 0 11011 11110110 101001 110111

Color Harmonies of #655CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CBB

Black with #655CBB

Text Example


Text Example

White with #655CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,92,187); }

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

background-color css

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

 a { background-color: rgb(101,92,187); }

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

border-color css

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

 span { border-color: rgb(101,92,187); }

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