Html Css Color HEX #6354AF Blue Marguerite

📋 copy color: '#6354AF'

red 99 ◦ green 84 ◦ blue 175

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

Shades of Blue Marguerite #6354AF

Tints of Blue Marguerite #6354AF

RGB

 RED value IS 99 (39.06% from 255) = 27.65%

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

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

R = 27.65%
G = 23.46%
B = 48.88%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6354AF (or 0x6354AF) is known color: Blue Marguerite. HEX triplet: 63, 54 and AF. RGB value is (99,84,175). Sum of RGB (Red+Green+Blue) = 99+84+175=358 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.65% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 175 (68.75% from 255 or 48.88% from 358); Max value from RGB is 175 - color contains mainly: blue. Hex color #6354AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6354AF is #9CAB50. Grayscale: #626262. Windows color (decimal): -10267473 or 11490403. OLE color: 11490403.

HSL color Cylindrical-coordinate representation of color #6354AF: hue angle of 249.89º 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 #6354AF is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 99 84 175 -
CMYK 0.43 0.52 0 0.31
HSL 249.89º 0.36% 0.51% -
HSV(B) 249.89º 0.52% 0.69% -
XYZ 16.05 12.09 42.04 -
YUV 98.86 170.97 128.1 -
System Red Green Blue C M Y K H S L
Decimal 99 84 175 0.43 0.52 0 0.31 249.89 0.36 0.51
Hex 63 54 AF 2B 34 0 1F FA 24 33
Octal 143 124 257 53 64 0 37 372 44 63
Binary 1100011 1010100 10101111 101011 110100 0 11111 11111010 100100 110011

Color Harmonies of #6354AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6354AF

Black with #6354AF

Text Example


Text Example

White with #6354AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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