Html Css Color HEX #6445BC Blue Marguerite

📋 copy color: '#6445BC'

red 100 ◦ green 69 ◦ blue 188

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

Shades of Blue Marguerite #6445BC

Tints of Blue Marguerite #6445BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 28.01%
G = 19.33%
B = 52.66%

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

#6445BC (or 0x6445BC) is known color: Blue Marguerite. HEX triplet: 64, 45 and BC. RGB value is (100,69,188). Sum of RGB (Red+Green+Blue) = 100+69+188=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #6445BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6445BC is #9BBA43. Grayscale: #5B5B5B. Windows color (decimal): -10205764 or 12338532. OLE color: 12338532.

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

Color convert

RGB 100 69 188 -
CMYK 0.47 0.63 0 0.26
HSL 255.63º 0.47% 0.5% -
HSV(B) 255.63º 0.63% 0.74% -
XYZ 16.46 10.6 48.75 -
YUV 91.84 182.27 133.82 -
System Red Green Blue C M Y K H S L
Decimal 100 69 188 0.47 0.63 0 0.26 255.63 0.47 0.5
Hex 64 45 BC 2F 3F 0 1A 100 2F 32
Octal 144 105 274 57 77 0 32 400 57 62
Binary 1100100 1000101 10111100 101111 111111 0 11010 100000000 101111 110010

Color Harmonies of #6445BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6445BC

Black with #6445BC

Text Example


Text Example

White with #6445BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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