Html Css Color HEX #655CAC Blue Marguerite

📋 copy color: '#655CAC'

red 101 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #655CAC

Tints of Blue Marguerite #655CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.12%

R = 27.67%
G = 25.21%
B = 47.12%

CMYK

 C value IS 0.41

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#655CAC (or 0x655CAC) is known color: Blue Marguerite. HEX triplet: 65, 5C and AC. RGB value is (101,92,172). Sum of RGB (Red+Green+Blue) = 101+92+172=365 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.67% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #655CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #655CAC is #9AA353. Grayscale: #676767. Windows color (decimal): -10134356 or 11295845. OLE color: 11295845.

HSL color Cylindrical-coordinate representation of color #655CAC: hue angle of 246.75º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #655CAC is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 101 92 172 -
CMYK 0.41 0.47 0 0.33
HSL 246.75º 0.33% 0.52% -
HSV(B) 246.75º 0.47% 0.67% -
XYZ 16.64 13.4 40.74 -
YUV 103.81 166.48 126 -
System Red Green Blue C M Y K H S L
Decimal 101 92 172 0.41 0.47 0 0.33 246.75 0.33 0.52
Hex 65 5C AC 29 2F 0 21 F7 21 34
Octal 145 134 254 51 57 0 41 367 41 64
Binary 1100101 1011100 10101100 101001 101111 0 100001 11110111 100001 110100

Color Harmonies of #655CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655CAC

Black with #655CAC

Text Example


Text Example

White with #655CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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