Html Css Color HEX #6458BD Blue Marguerite

📋 copy color: '#6458BD'

red 100 ◦ green 88 ◦ blue 189

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

Shades of Blue Marguerite #6458BD

Tints of Blue Marguerite #6458BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 26.53%
G = 23.34%
B = 50.13%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6458BD (or 0x6458BD) is known color: Blue Marguerite. HEX triplet: 64, 58 and BD. RGB value is (100,88,189). Sum of RGB (Red+Green+Blue) = 100+88+189=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #6458BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458BD is #9BA742. Grayscale: #666666. Windows color (decimal): -10200899 or 12408932. OLE color: 12408932.

HSL color Cylindrical-coordinate representation of color #6458BD: hue angle of 247.13º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6458BD is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 88 189 -
CMYK 0.47 0.53 0 0.26
HSL 247.13º 0.43% 0.54% -
HSV(B) 247.13º 0.53% 0.74% -
XYZ 17.93 13.36 49.78 -
YUV 103.1 176.48 125.79 -
System Red Green Blue C M Y K H S L
Decimal 100 88 189 0.47 0.53 0 0.26 247.13 0.43 0.54
Hex 64 58 BD 2F 35 0 1A F7 2B 36
Octal 144 130 275 57 65 0 32 367 53 66
Binary 1100100 1011000 10111101 101111 110101 0 11010 11110111 101011 110110

Color Harmonies of #6458BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458BD

Black with #6458BD

Text Example


Text Example

White with #6458BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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