Html Css Color HEX #6455AC Blue Marguerite

📋 copy color: '#6455AC'

red 100 ◦ green 85 ◦ blue 172

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

Shades of Blue Marguerite #6455AC

Tints of Blue Marguerite #6455AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.18%

R = 28.01%
G = 23.81%
B = 48.18%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6455AC (or 0x6455AC) is known color: Blue Marguerite. HEX triplet: 64, 55 and AC. RGB value is (100,85,172). Sum of RGB (Red+Green+Blue) = 100+85+172=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 172 (67.58% from 255 or 48.18% from 357); Max value from RGB is 172 - color contains mainly: blue. Hex color #6455AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6455AC is #9BAA53. Grayscale: #636363. Windows color (decimal): -10201684 or 11294052. OLE color: 11294052.

HSL color Cylindrical-coordinate representation of color #6455AC: hue angle of 250.34º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6455AC is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 85 172 -
CMYK 0.42 0.51 0 0.33
HSL 250.34º 0.34% 0.5% -
HSV(B) 250.34º 0.51% 0.67% -
XYZ 15.95 12.18 40.54 -
YUV 99.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 100 85 172 0.42 0.51 0 0.33 250.34 0.34 0.5
Hex 64 55 AC 2A 33 0 21 FA 22 32
Octal 144 125 254 52 63 0 41 372 42 62
Binary 1100100 1010101 10101100 101010 110011 0 100001 11111010 100010 110010

Color Harmonies of #6455AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455AC

Black with #6455AC

Text Example


Text Example

White with #6455AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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