Html Css Color HEX #6244B4 Blue Marguerite

📋 copy color: '#6244B4'

red 98 ◦ green 68 ◦ blue 180

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

Shades of Blue Marguerite #6244B4

Tints of Blue Marguerite #6244B4

RGB

 RED value IS 98 (38.67% from 255) = 28.32%

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 180 (70.7% from 255) = 52.02%

R = 28.32%
G = 19.65%
B = 52.02%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6244B4 (or 0x6244B4) is known color: Blue Marguerite. HEX triplet: 62, 44 and B4. RGB value is (98,68,180). Sum of RGB (Red+Green+Blue) = 98+68+180=346 (45% of max value = 765). Red value is 98 (38.67% from 255 or 28.32% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 180 (70.70% from 255 or 52.02% from 346); Max value from RGB is 180 - color contains mainly: blue. Hex color #6244B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244B4 is #9DBB4B. Grayscale: #595959. Windows color (decimal): -10337100 or 11813986. OLE color: 11813986.

HSL color Cylindrical-coordinate representation of color #6244B4: hue angle of 256.07º degrees, saturation: 0.45, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6244B4 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 98 68 180 -
CMYK 0.46 0.62 0 0.29
HSL 256.07º 0.45% 0.49% -
HSV(B) 256.07º 0.62% 0.71% -
XYZ 15.34 10.03 44.31 -
YUV 89.74 178.94 133.89 -
System Red Green Blue C M Y K H S L
Decimal 98 68 180 0.46 0.62 0 0.29 256.07 0.45 0.49
Hex 62 44 B4 2E 3E 0 1D 100 2D 31
Octal 142 104 264 56 76 0 35 400 55 61
Binary 1100010 1000100 10110100 101110 111110 0 11101 100000000 101101 110001

Color Harmonies of #6244B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6244B4

Black with #6244B4

Text Example


Text Example

White with #6244B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6244B4; }

 p { color: rgb(98,68,180); }

 H1.HeaderClassName
 {
   color: #6244B4;
 }
 .AnyTagClassName
 {
   color: #6244B4;
 }
</style>

background-color css

<style>
 a { background-color: #6244B4; }

 a { background-color: rgb(98,68,180); }

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

border-color css

<style>
 span { border-color: #6244B4; }

 span { border-color: rgb(98,68,180); }

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