Html Css Color HEX #6462BC Blue Marguerite

📋 copy color: '#6462BC'

red 100 ◦ green 98 ◦ blue 188

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

Shades of Blue Marguerite #6462BC

Tints of Blue Marguerite #6462BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 25.91%
G = 25.39%
B = 48.7%

CMYK

 C value IS 0.47

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6462BC (or 0x6462BC) is known color: Blue Marguerite. HEX triplet: 64, 62 and BC. RGB value is (100,98,188). Sum of RGB (Red+Green+Blue) = 100+98+188=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6462BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6462BC is #9B9D43. Grayscale: #6C6C6C. Windows color (decimal): -10198340 or 12345956. OLE color: 12345956.

HSL color Cylindrical-coordinate representation of color #6462BC: hue angle of 241.33º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6462BC is Cyan = 0.47, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 98 188 -
CMYK 0.47 0.48 0 0.26
HSL 241.33º 0.4% 0.56% -
HSV(B) 241.33º 0.48% 0.74% -
XYZ 18.7 15.08 49.5 -
YUV 108.86 172.66 121.68 -
System Red Green Blue C M Y K H S L
Decimal 100 98 188 0.47 0.48 0 0.26 241.33 0.4 0.56
Hex 64 62 BC 2F 30 0 1A F1 28 38
Octal 144 142 274 57 60 0 32 361 50 70
Binary 1100100 1100010 10111100 101111 110000 0 11010 11110001 101000 111000

Color Harmonies of #6462BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6462BC

Black with #6462BC

Text Example


Text Example

White with #6462BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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