Html Css Color HEX #6446BC Blue Marguerite

📋 copy color: '#6446BC'

red 100 ◦ green 70 ◦ blue 188

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

Shades of Blue Marguerite #6446BC

Tints of Blue Marguerite #6446BC

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.55%

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

R = 27.93%
G = 19.55%
B = 52.51%

CMYK

 C value IS 0.47

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6446BC (or 0x6446BC) is known color: Blue Marguerite. HEX triplet: 64, 46 and BC. RGB value is (100,70,188). Sum of RGB (Red+Green+Blue) = 100+70+188=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 188 (73.83% from 255 or 52.51% from 358); Max value from RGB is 188 - color contains mainly: blue. Hex color #6446BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6446BC is #9BB943. Grayscale: #5B5B5B. Windows color (decimal): -10205508 or 12338788. OLE color: 12338788.

HSL color Cylindrical-coordinate representation of color #6446BC: hue angle of 255.25º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6446BC is Cyan = 0.47, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 70 188 -
CMYK 0.47 0.63 0 0.26
HSL 255.25º 0.47% 0.51% -
HSV(B) 255.25º 0.63% 0.74% -
XYZ 16.52 10.72 48.78 -
YUV 92.42 181.94 133.41 -
System Red Green Blue C M Y K H S L
Decimal 100 70 188 0.47 0.63 0 0.26 255.25 0.47 0.51
Hex 64 46 BC 2F 3F 0 1A FF 2F 33
Octal 144 106 274 57 77 0 32 377 57 63
Binary 1100100 1000110 10111100 101111 111111 0 11010 11111111 101111 110011

Color Harmonies of #6446BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6446BC

Black with #6446BC

Text Example


Text Example

White with #6446BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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