Html Css Color HEX #6460AF Blue Marguerite

📋 copy color: '#6460AF'

red 100 ◦ green 96 ◦ blue 175

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

Shades of Blue Marguerite #6460AF

Tints of Blue Marguerite #6460AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 47.17%

R = 26.95%
G = 25.88%
B = 47.17%

CMYK

 C value IS 0.43

 M value IS 0.45

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6460AF (or 0x6460AF) is known color: Blue Marguerite. HEX triplet: 64, 60 and AF. RGB value is (100,96,175). Sum of RGB (Red+Green+Blue) = 100+96+175=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 175 (68.75% from 255 or 47.17% from 371); Max value from RGB is 175 - color contains mainly: blue. Hex color #6460AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6460AF is #9B9F50. Grayscale: #696969. Windows color (decimal): -10198865 or 11493476. OLE color: 11493476.

HSL color Cylindrical-coordinate representation of color #6460AF: hue angle of 243.04º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6460AF is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 96 175 -
CMYK 0.43 0.45 0 0.31
HSL 243.04º 0.33% 0.53% -
HSV(B) 243.04º 0.45% 0.69% -
XYZ 17.18 14.17 42.39 -
YUV 106.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 100 96 175 0.43 0.45 0 0.31 243.04 0.33 0.53
Hex 64 60 AF 2B 2D 0 1F F3 21 35
Octal 144 140 257 53 55 0 37 363 41 65
Binary 1100100 1100000 10101111 101011 101101 0 11111 11110011 100001 110101

Color Harmonies of #6460AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6460AF

Black with #6460AF

Text Example


Text Example

White with #6460AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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