Html Css Color HEX #6561AF Blue Marguerite

📋 copy color: '#6561AF'

red 101 ◦ green 97 ◦ blue 175

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

Shades of Blue Marguerite #6561AF

Tints of Blue Marguerite #6561AF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

 BLUE value IS 175 (68.75% from 255) = 46.92%

R = 27.08%
G = 26.01%
B = 46.92%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6561AF (or 0x6561AF) is known color: Blue Marguerite. HEX triplet: 65, 61 and AF. RGB value is (101,97,175). Sum of RGB (Red+Green+Blue) = 101+97+175=373 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.08% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #6561AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6561AF is #9A9E50. Grayscale: #6A6A6A. Windows color (decimal): -10133073 or 11493733. OLE color: 11493733.

HSL color Cylindrical-coordinate representation of color #6561AF: hue angle of 243.08º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6561AF is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 101 97 175 -
CMYK 0.42 0.45 0 0.31
HSL 243.08º 0.33% 0.53% -
HSV(B) 243.08º 0.45% 0.69% -
XYZ 17.38 14.41 42.42 -
YUV 107.09 166.33 123.66 -
System Red Green Blue C M Y K H S L
Decimal 101 97 175 0.42 0.45 0 0.31 243.08 0.33 0.53
Hex 65 61 AF 2A 2D 0 1F F3 21 35
Octal 145 141 257 52 55 0 37 363 41 65
Binary 1100101 1100001 10101111 101010 101101 0 11111 11110011 100001 110101

Color Harmonies of #6561AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6561AF

Black with #6561AF

Text Example


Text Example

White with #6561AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6561AF; }

 p { color: rgb(101,97,175); }

 H1.HeaderClassName
 {
   color: #6561AF;
 }
 .AnyTagClassName
 {
   color: #6561AF;
 }
</style>

background-color css

<style>
 a { background-color: #6561AF; }

 a { background-color: rgb(101,97,175); }

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

border-color css

<style>
 span { border-color: #6561AF; }

 span { border-color: rgb(101,97,175); }

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