Html Css Color HEX #6455AD Blue Marguerite

📋 copy color: '#6455AD'

red 100 ◦ green 85 ◦ blue 173

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

Shades of Blue Marguerite #6455AD

Tints of Blue Marguerite #6455AD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.74%

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 27.93%
G = 23.74%
B = 48.32%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6455AD (or 0x6455AD) is known color: Blue Marguerite. HEX triplet: 64, 55 and AD. RGB value is (100,85,173). Sum of RGB (Red+Green+Blue) = 100+85+173=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #6455AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6455AD is #9BAA52. Grayscale: #636363. Windows color (decimal): -10201683 or 11359588. OLE color: 11359588.

HSL color Cylindrical-coordinate representation of color #6455AD: hue angle of 250.23º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6455AD is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 85 173 -
CMYK 0.42 0.51 0 0.32
HSL 250.23º 0.35% 0.51% -
HSV(B) 250.23º 0.51% 0.68% -
XYZ 16.05 12.22 41.05 -
YUV 99.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 100 85 173 0.42 0.51 0 0.32 250.23 0.35 0.51
Hex 64 55 AD 2A 33 0 20 FA 23 33
Octal 144 125 255 52 63 0 40 372 43 63
Binary 1100100 1010101 10101101 101010 110011 0 100000 11111010 100011 110011

Color Harmonies of #6455AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455AD

Black with #6455AD

Text Example


Text Example

White with #6455AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6455AD; }

 p { color: rgb(100,85,173); }

 H1.HeaderClassName
 {
   color: #6455AD;
 }
 .AnyTagClassName
 {
   color: #6455AD;
 }
</style>

background-color css

<style>
 a { background-color: #6455AD; }

 a { background-color: rgb(100,85,173); }

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

border-color css

<style>
 span { border-color: #6455AD; }

 span { border-color: rgb(100,85,173); }

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