Html Css Color HEX #6458AF Blue Marguerite

📋 copy color: '#6458AF'

red 100 ◦ green 88 ◦ blue 175

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

Shades of Blue Marguerite #6458AF

Tints of Blue Marguerite #6458AF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.24%

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

R = 27.55%
G = 24.24%
B = 48.21%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6458AF (or 0x6458AF) is known color: Blue Marguerite. HEX triplet: 64, 58 and AF. RGB value is (100,88,175). Sum of RGB (Red+Green+Blue) = 100+88+175=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 88 (34.77% from 255 or 24.24% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #6458AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AF is #9BA750. Grayscale: #656565. Windows color (decimal): -10200913 or 11491428. OLE color: 11491428.

HSL color Cylindrical-coordinate representation of color #6458AF: hue angle of 248.28º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6458AF is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 88 175 -
CMYK 0.43 0.50 0 0.31
HSL 248.28º 0.35% 0.52% -
HSV(B) 248.28º 0.5% 0.69% -
XYZ 16.48 12.78 42.16 -
YUV 101.51 169.48 126.93 -
System Red Green Blue C M Y K H S L
Decimal 100 88 175 0.43 0.50 0 0.31 248.28 0.35 0.52
Hex 64 58 AF 2B 32 0 1F F8 23 34
Octal 144 130 257 53 62 0 37 370 43 64
Binary 1100100 1011000 10101111 101011 110010 0 11111 11111000 100011 110100

Color Harmonies of #6458AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458AF

Black with #6458AF

Text Example


Text Example

White with #6458AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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