Html Css Color HEX #6460BE Blue Marguerite

📋 copy color: '#6460BE'

red 100 ◦ green 96 ◦ blue 190

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

Shades of Blue Marguerite #6460BE

Tints of Blue Marguerite #6460BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.87%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 25.91%
G = 24.87%
B = 49.22%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6460BE (or 0x6460BE) is known color: Blue Marguerite. HEX triplet: 64, 60 and BE. RGB value is (100,96,190). Sum of RGB (Red+Green+Blue) = 100+96+190=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #6460BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6460BE is #9B9F41. Grayscale: #6B6B6B. Windows color (decimal): -10198850 or 12476516. OLE color: 12476516.

HSL color Cylindrical-coordinate representation of color #6460BE: hue angle of 242.55º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6460BE is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 100 96 190 -
CMYK 0.47 0.49 0 0.25
HSL 242.55º 0.42% 0.56% -
HSV(B) 242.55º 0.49% 0.75% -
XYZ 18.73 14.79 50.58 -
YUV 107.91 174.33 122.36 -
System Red Green Blue C M Y K H S L
Decimal 100 96 190 0.47 0.49 0 0.25 242.55 0.42 0.56
Hex 64 60 BE 2F 31 0 19 F3 2A 38
Octal 144 140 276 57 61 0 31 363 52 70
Binary 1100100 1100000 10111110 101111 110001 0 11001 11110011 101010 111000

Color Harmonies of #6460BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460BE

Black with #6460BE

Text Example


Text Example

White with #6460BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6460BE; }

 p { color: rgb(100,96,190); }

 H1.HeaderClassName
 {
   color: #6460BE;
 }
 .AnyTagClassName
 {
   color: #6460BE;
 }
</style>

background-color css

<style>
 a { background-color: #6460BE; }

 a { background-color: rgb(100,96,190); }

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

border-color css

<style>
 span { border-color: #6460BE; }

 span { border-color: rgb(100,96,190); }

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