Html Css Color HEX #655FBB Blue Marguerite

📋 copy color: '#655FBB'

red 101 ◦ green 95 ◦ blue 187

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

Shades of Blue Marguerite #655FBB

Tints of Blue Marguerite #655FBB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 26.37%
G = 24.8%
B = 48.83%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#655FBB (or 0x655FBB) is known color: Blue Marguerite. HEX triplet: 65, 5F and BB. RGB value is (101,95,187). Sum of RGB (Red+Green+Blue) = 101+95+187=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #655FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #655FBB is #9AA044. Grayscale: #6A6A6A. Windows color (decimal): -10133573 or 12279653. OLE color: 12279653.

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

Color convert

RGB 101 95 187 -
CMYK 0.46 0.49 0 0.27
HSL 243.91º 0.4% 0.55% -
HSV(B) 243.91º 0.49% 0.73% -
XYZ 18.43 14.54 48.85 -
YUV 107.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 101 95 187 0.46 0.49 0 0.27 243.91 0.4 0.55
Hex 65 5F BB 2E 31 0 1B F4 28 37
Octal 145 137 273 56 61 0 33 364 50 67
Binary 1100101 1011111 10111011 101110 110001 0 11011 11110100 101000 110111

Color Harmonies of #655FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655FBB

Black with #655FBB

Text Example


Text Example

White with #655FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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