Html Css Color HEX #6453AF Blue Marguerite

📋 copy color: '#6453AF'

red 100 ◦ green 83 ◦ blue 175

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

Shades of Blue Marguerite #6453AF

Tints of Blue Marguerite #6453AF

RGB

 RED value IS 100 (39.45% from 255) = 27.93%

 GREEN value IS 83 (32.81% from 255) = 23.18%

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

R = 27.93%
G = 23.18%
B = 48.88%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6453AF (or 0x6453AF) is known color: Blue Marguerite. HEX triplet: 64, 53 and AF. RGB value is (100,83,175). Sum of RGB (Red+Green+Blue) = 100+83+175=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 83 (32.81% from 255 or 23.18% 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 #6453AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6453AF is #9BAC50. Grayscale: #626262. Windows color (decimal): -10202193 or 11490148. OLE color: 11490148.

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

Color convert

RGB 100 83 175 -
CMYK 0.43 0.53 0 0.31
HSL 251.09º 0.37% 0.51% -
HSV(B) 251.09º 0.53% 0.69% -
XYZ 16.09 11.99 42.02 -
YUV 98.57 171.13 129.02 -
System Red Green Blue C M Y K H S L
Decimal 100 83 175 0.43 0.53 0 0.31 251.09 0.37 0.51
Hex 64 53 AF 2B 35 0 1F FB 25 33
Octal 144 123 257 53 65 0 37 373 45 63
Binary 1100100 1010011 10101111 101011 110101 0 11111 11111011 100101 110011

Color Harmonies of #6453AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453AF

Black with #6453AF

Text Example


Text Example

White with #6453AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,83,175); }

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

background-color css

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

 a { background-color: rgb(100,83,175); }

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

border-color css

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

 span { border-color: rgb(100,83,175); }

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