Html Css Color HEX #6458B7 Blue Marguerite

📋 copy color: '#6458B7'

red 100 ◦ green 88 ◦ blue 183

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

Shades of Blue Marguerite #6458B7

Tints of Blue Marguerite #6458B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 49.33%

R = 26.95%
G = 23.72%
B = 49.33%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6458B7 (or 0x6458B7) is known color: Blue Marguerite. HEX triplet: 64, 58 and B7. RGB value is (100,88,183). Sum of RGB (Red+Green+Blue) = 100+88+183=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 183 (71.88% from 255 or 49.33% from 371); Max value from RGB is 183 - color contains mainly: blue. Hex color #6458B7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458B7 is #9BA748. Grayscale: #666666. Windows color (decimal): -10200905 or 12015716. OLE color: 12015716.

HSL color Cylindrical-coordinate representation of color #6458B7: hue angle of 247.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6458B7 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 100 88 183 -
CMYK 0.45 0.52 0 0.28
HSL 247.58º 0.4% 0.53% -
HSV(B) 247.58º 0.52% 0.72% -
XYZ 17.29 13.11 46.42 -
YUV 102.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 100 88 183 0.45 0.52 0 0.28 247.58 0.4 0.53
Hex 64 58 B7 2D 34 0 1C F8 28 35
Octal 144 130 267 55 64 0 34 370 50 65
Binary 1100100 1011000 10110111 101101 110100 0 11100 11111000 101000 110101

Color Harmonies of #6458B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458B7

Black with #6458B7

Text Example


Text Example

White with #6458B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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