Html Css Color HEX #6245BB Blue Marguerite

📋 copy color: '#6245BB'

red 98 ◦ green 69 ◦ blue 187

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

Shades of Blue Marguerite #6245BB

Tints of Blue Marguerite #6245BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.82%

R = 27.68%
G = 19.49%
B = 52.82%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6245BB (or 0x6245BB) is known color: Blue Marguerite. HEX triplet: 62, 45 and BB. RGB value is (98,69,187). Sum of RGB (Red+Green+Blue) = 98+69+187=354 (46% of max value = 765). Red value is 98 (38.67% from 255 or 27.68% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #6245BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6245BB is #9DBA44. Grayscale: #5A5A5A. Windows color (decimal): -10336837 or 12272994. OLE color: 12272994.

HSL color Cylindrical-coordinate representation of color #6245BB: hue angle of 254.75º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6245BB is Cyan = 0.48, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 98 69 187 -
CMYK 0.48 0.63 0 0.27
HSL 254.75º 0.46% 0.5% -
HSV(B) 254.75º 0.63% 0.73% -
XYZ 16.13 10.44 48.18 -
YUV 91.12 182.11 132.91 -
System Red Green Blue C M Y K H S L
Decimal 98 69 187 0.48 0.63 0 0.27 254.75 0.46 0.5
Hex 62 45 BB 30 3F 0 1B FF 2E 32
Octal 142 105 273 60 77 0 33 377 56 62
Binary 1100010 1000101 10111011 110000 111111 0 11011 11111111 101110 110010

Color Harmonies of #6245BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6245BB

Black with #6245BB

Text Example


Text Example

White with #6245BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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