Html Css Color HEX #6462BA Blue Marguerite

📋 copy color: '#6462BA'

red 100 ◦ green 98 ◦ blue 186

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

Shades of Blue Marguerite #6462BA

Tints of Blue Marguerite #6462BA

RGB

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

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

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

R = 26.04%
G = 25.52%
B = 48.44%

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

#6462BA (or 0x6462BA) is known color: Blue Marguerite. HEX triplet: 64, 62 and BA. RGB value is (100,98,186). Sum of RGB (Red+Green+Blue) = 100+98+186=384 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.04% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #6462BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462BA is #9B9D45. Grayscale: #6C6C6C. Windows color (decimal): -10198342 or 12214884. OLE color: 12214884.

HSL color Cylindrical-coordinate representation of color #6462BA: hue angle of 241.36º 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 #6462BA is Cyan = 0.46, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 98 186 -
CMYK 0.46 0.47 0 0.27
HSL 241.36º 0.39% 0.56% -
HSV(B) 241.36º 0.47% 0.73% -
XYZ 18.49 14.99 48.37 -
YUV 108.63 171.66 121.84 -
System Red Green Blue C M Y K H S L
Decimal 100 98 186 0.46 0.47 0 0.27 241.36 0.39 0.56
Hex 64 62 BA 2E 2F 0 1B F1 27 38
Octal 144 142 272 56 57 0 33 361 47 70
Binary 1100100 1100010 10111010 101110 101111 0 11011 11110001 100111 111000

Color Harmonies of #6462BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462BA

Black with #6462BA

Text Example


Text Example

White with #6462BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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