Html Css Color HEX #6455BE Blue Marguerite

📋 copy color: '#6455BE'

red 100 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #6455BE

Tints of Blue Marguerite #6455BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.67%

R = 26.67%
G = 22.67%
B = 50.67%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6455BE (or 0x6455BE) is known color: Blue Marguerite. HEX triplet: 64, 55 and BE. RGB value is (100,85,190). Sum of RGB (Red+Green+Blue) = 100+85+190=375 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.67% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #6455BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BE is #9BAA41. Grayscale: #656565. Windows color (decimal): -10201666 or 12473700. OLE color: 12473700.

HSL color Cylindrical-coordinate representation of color #6455BE: hue angle of 248.57º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6455BE is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 85 190 -
CMYK 0.47 0.55 0 0.25
HSL 248.57º 0.45% 0.54% -
HSV(B) 248.57º 0.55% 0.75% -
XYZ 17.8 12.92 50.27 -
YUV 101.46 177.97 126.96 -
System Red Green Blue C M Y K H S L
Decimal 100 85 190 0.47 0.55 0 0.25 248.57 0.45 0.54
Hex 64 55 BE 2F 37 0 19 F9 2D 36
Octal 144 125 276 57 67 0 31 371 55 66
Binary 1100100 1010101 10111110 101111 110111 0 11001 11111001 101101 110110

Color Harmonies of #6455BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455BE

Black with #6455BE

Text Example


Text Example

White with #6455BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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