Html Css Color HEX #6458AE Blue Marguerite

📋 copy color: '#6458AE'

red 100 ◦ green 88 ◦ blue 174

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

Shades of Blue Marguerite #6458AE

Tints of Blue Marguerite #6458AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 48.07%

R = 27.62%
G = 24.31%
B = 48.07%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6458AE (or 0x6458AE) is known color: Blue Marguerite. HEX triplet: 64, 58 and AE. RGB value is (100,88,174). Sum of RGB (Red+Green+Blue) = 100+88+174=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 88 (34.77% from 255 or 24.31% from 362); Blue value is 174 (68.36% from 255 or 48.07% from 362); Max value from RGB is 174 - color contains mainly: blue. Hex color #6458AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6458AE is #9BA751. Grayscale: #656565. Windows color (decimal): -10200914 or 11425892. OLE color: 11425892.

HSL color Cylindrical-coordinate representation of color #6458AE: hue angle of 248.37º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6458AE is Cyan = 0.43, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 100 88 174 -
CMYK 0.43 0.49 0 0.32
HSL 248.37º 0.35% 0.51% -
HSV(B) 248.37º 0.49% 0.68% -
XYZ 16.39 12.74 41.64 -
YUV 101.39 168.98 127.01 -
System Red Green Blue C M Y K H S L
Decimal 100 88 174 0.43 0.49 0 0.32 248.37 0.35 0.51
Hex 64 58 AE 2B 31 0 20 F8 23 33
Octal 144 130 256 53 61 0 40 370 43 63
Binary 1100100 1011000 10101110 101011 110001 0 100000 11111000 100011 110011

Color Harmonies of #6458AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458AE

Black with #6458AE

Text Example


Text Example

White with #6458AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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