Html Css Color HEX #6245BD Blue Marguerite

📋 copy color: '#6245BD'

red 98 ◦ green 69 ◦ blue 189

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

Shades of Blue Marguerite #6245BD

Tints of Blue Marguerite #6245BD

RGB

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

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

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

R = 27.53%
G = 19.38%
B = 53.09%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6245BD (or 0x6245BD) is known color: Blue Marguerite. HEX triplet: 62, 45 and BD. RGB value is (98,69,189). Sum of RGB (Red+Green+Blue) = 98+69+189=356 (47% of max value = 765). Red value is 98 (38.67% from 255 or 27.53% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #6245BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245BD is #9DBA42. Grayscale: #5A5A5A. Windows color (decimal): -10336835 or 12404066. OLE color: 12404066.

HSL color Cylindrical-coordinate representation of color #6245BD: hue angle of 254.5º degrees, saturation: 0.48, 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 #6245BD is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 98 69 189 -
CMYK 0.48 0.63 0 0.26
HSL 254.5º 0.48% 0.51% -
HSV(B) 254.5º 0.63% 0.74% -
XYZ 16.35 10.53 49.31 -
YUV 91.35 183.11 132.74 -
System Red Green Blue C M Y K H S L
Decimal 98 69 189 0.48 0.63 0 0.26 254.5 0.48 0.51
Hex 62 45 BD 30 3F 0 1A FE 30 33
Octal 142 105 275 60 77 0 32 376 60 63
Binary 1100010 1000101 10111101 110000 111111 0 11010 11111110 110000 110011

Color Harmonies of #6245BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6245BD

Black with #6245BD

Text Example


Text Example

White with #6245BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,69,189); }

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

background-color css

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

 a { background-color: rgb(98,69,189); }

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

border-color css

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

 span { border-color: rgb(98,69,189); }

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