Html Css Color HEX #6554AF Blue Marguerite

📋 copy color: '#6554AF'

red 101 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #6554AF

Tints of Blue Marguerite #6554AF

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.33%

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

R = 28.06%
G = 23.33%
B = 48.61%

CMYK

 C value IS 0.42

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6554AF (or 0x6554AF) is known color: Blue Marguerite. HEX triplet: 65, 54 and AF. RGB value is (101,84,175). Sum of RGB (Red+Green+Blue) = 101+84+175=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 84 (33.20% from 255 or 23.33% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 175 - color contains mainly: blue. Hex color #6554AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6554AF is #9AAB50. Grayscale: #636363. Windows color (decimal): -10136401 or 11490405. OLE color: 11490405.

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

Color convert

RGB 101 84 175 -
CMYK 0.42 0.52 0 0.31
HSL 251.21º 0.36% 0.51% -
HSV(B) 251.21º 0.52% 0.69% -
XYZ 16.28 12.2 42.05 -
YUV 99.46 170.63 129.1 -
System Red Green Blue C M Y K H S L
Decimal 101 84 175 0.42 0.52 0 0.31 251.21 0.36 0.51
Hex 65 54 AF 2A 34 0 1F FB 24 33
Octal 145 124 257 52 64 0 37 373 44 63
Binary 1100101 1010100 10101111 101010 110100 0 11111 11111011 100100 110011

Color Harmonies of #6554AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6554AF

Black with #6554AF

Text Example


Text Example

White with #6554AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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