Html Css Color HEX #6455BD Blue Marguerite

📋 copy color: '#6455BD'

red 100 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #6455BD

Tints of Blue Marguerite #6455BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.53%

R = 26.74%
G = 22.73%
B = 50.53%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6455BD (or 0x6455BD) is known color: Blue Marguerite. HEX triplet: 64, 55 and BD. RGB value is (100,85,189). Sum of RGB (Red+Green+Blue) = 100+85+189=374 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.74% from 374); Green value is 85 (33.59% from 255 or 22.73% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #6455BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BD is #9BAA42. Grayscale: #646464. Windows color (decimal): -10201667 or 12408164. OLE color: 12408164.

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

Color convert

RGB 100 85 189 -
CMYK 0.47 0.55 0 0.26
HSL 248.65º 0.44% 0.54% -
HSV(B) 248.65º 0.55% 0.74% -
XYZ 17.69 12.88 49.7 -
YUV 101.34 177.47 127.04 -
System Red Green Blue C M Y K H S L
Decimal 100 85 189 0.47 0.55 0 0.26 248.65 0.44 0.54
Hex 64 55 BD 2F 37 0 1A F9 2C 36
Octal 144 125 275 57 67 0 32 371 54 66
Binary 1100100 1010101 10111101 101111 110111 0 11010 11111001 101100 110110

Color Harmonies of #6455BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455BD

Black with #6455BD

Text Example


Text Example

White with #6455BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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