Html Css Color HEX #6562BA Blue Marguerite

📋 copy color: '#6562BA'

red 101 ◦ green 98 ◦ blue 186

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

Shades of Blue Marguerite #6562BA

Tints of Blue Marguerite #6562BA

RGB

 RED value IS 101 (39.84% from 255) = 26.23%

 GREEN value IS 98 (38.67% from 255) = 25.45%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 26.23%
G = 25.45%
B = 48.31%

CMYK

 C value IS 0.46

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6562BA (or 0x6562BA) is known color: Blue Marguerite. HEX triplet: 65, 62 and BA. RGB value is (101,98,186). Sum of RGB (Red+Green+Blue) = 101+98+186=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #6562BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6562BA is #9A9D45. Grayscale: #6C6C6C. Windows color (decimal): -10132806 or 12214885. OLE color: 12214885.

HSL color Cylindrical-coordinate representation of color #6562BA: hue angle of 242.05º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6562BA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 101 98 186 -
CMYK 0.46 0.47 0 0.27
HSL 242.05º 0.39% 0.56% -
HSV(B) 242.05º 0.47% 0.73% -
XYZ 18.6 15.05 48.38 -
YUV 108.93 171.49 122.34 -
System Red Green Blue C M Y K H S L
Decimal 101 98 186 0.46 0.47 0 0.27 242.05 0.39 0.56
Hex 65 62 BA 2E 2F 0 1B F2 27 38
Octal 145 142 272 56 57 0 33 362 47 70
Binary 1100101 1100010 10111010 101110 101111 0 11011 11110010 100111 111000

Color Harmonies of #6562BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6562BA

Black with #6562BA

Text Example


Text Example

White with #6562BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6562BA; }

 p { color: rgb(101,98,186); }

 H1.HeaderClassName
 {
   color: #6562BA;
 }
 .AnyTagClassName
 {
   color: #6562BA;
 }
</style>

background-color css

<style>
 a { background-color: #6562BA; }

 a { background-color: rgb(101,98,186); }

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

border-color css

<style>
 span { border-color: #6562BA; }

 span { border-color: rgb(101,98,186); }

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