Html Css Color HEX #6455BC Blue Marguerite

📋 copy color: '#6455BC'

red 100 ◦ green 85 ◦ blue 188

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

Shades of Blue Marguerite #6455BC

Tints of Blue Marguerite #6455BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50.4%

R = 26.81%
G = 22.79%
B = 50.4%

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

#6455BC (or 0x6455BC) is known color: Blue Marguerite. HEX triplet: 64, 55 and BC. RGB value is (100,85,188). Sum of RGB (Red+Green+Blue) = 100+85+188=373 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.81% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 188 (73.83% from 255 or 50.40% from 373); Max value from RGB is 188 - color contains mainly: blue. Hex color #6455BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6455BC is #9BAA43. Grayscale: #646464. Windows color (decimal): -10201668 or 12342628. OLE color: 12342628.

HSL color Cylindrical-coordinate representation of color #6455BC: hue angle of 248.74º degrees, saturation: 0.43, 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 #6455BC is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 85 188 -
CMYK 0.47 0.55 0 0.26
HSL 248.74º 0.43% 0.54% -
HSV(B) 248.74º 0.55% 0.74% -
XYZ 17.58 12.84 49.13 -
YUV 101.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 100 85 188 0.47 0.55 0 0.26 248.74 0.43 0.54
Hex 64 55 BC 2F 37 0 1A F9 2B 36
Octal 144 125 274 57 67 0 32 371 53 66
Binary 1100100 1010101 10111100 101111 110111 0 11010 11111001 101011 110110

Color Harmonies of #6455BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6455BC

Black with #6455BC

Text Example


Text Example

White with #6455BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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