Html Css Color HEX #6458BE Blue Marguerite

📋 copy color: '#6458BE'

red 100 ◦ green 88 ◦ blue 190

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

Shades of Blue Marguerite #6458BE

Tints of Blue Marguerite #6458BE

RGB

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

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

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

R = 26.46%
G = 23.28%
B = 50.26%

CMYK

 C value IS 0.47

 M value IS 0.54

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6458BE (or 0x6458BE) is known color: Blue Marguerite. HEX triplet: 64, 58 and BE. RGB value is (100,88,190). Sum of RGB (Red+Green+Blue) = 100+88+190=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 88 (34.77% from 255 or 23.28% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6458BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458BE is #9BA741. Grayscale: #666666. Windows color (decimal): -10200898 or 12474468. OLE color: 12474468.

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

Color convert

RGB 100 88 190 -
CMYK 0.47 0.54 0 0.25
HSL 247.06º 0.44% 0.55% -
HSV(B) 247.06º 0.54% 0.75% -
XYZ 18.04 13.41 50.35 -
YUV 103.22 176.98 125.71 -
System Red Green Blue C M Y K H S L
Decimal 100 88 190 0.47 0.54 0 0.25 247.06 0.44 0.55
Hex 64 58 BE 2F 36 0 19 F7 2C 37
Octal 144 130 276 57 66 0 31 367 54 67
Binary 1100100 1011000 10111110 101111 110110 0 11001 11110111 101100 110111

Color Harmonies of #6458BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458BE

Black with #6458BE

Text Example


Text Example

White with #6458BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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