Html Css Color HEX #6458BC Blue Marguerite

📋 copy color: '#6458BC'

red 100 ◦ green 88 ◦ blue 188

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

Shades of Blue Marguerite #6458BC

Tints of Blue Marguerite #6458BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 50%

R = 26.6%
G = 23.4%
B = 50%

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

#6458BC (or 0x6458BC) is known color: Blue Marguerite. HEX triplet: 64, 58 and BC. RGB value is (100,88,188). Sum of RGB (Red+Green+Blue) = 100+88+188=376 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.60% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #6458BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6458BC is #9BA743. Grayscale: #666666. Windows color (decimal): -10200900 or 12343396. OLE color: 12343396.

HSL color Cylindrical-coordinate representation of color #6458BC: hue angle of 247.2º 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 #6458BC is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 100 88 188 -
CMYK 0.47 0.53 0 0.26
HSL 247.2º 0.43% 0.54% -
HSV(B) 247.2º 0.53% 0.74% -
XYZ 17.82 13.32 49.21 -
YUV 102.99 175.98 125.87 -
System Red Green Blue C M Y K H S L
Decimal 100 88 188 0.47 0.53 0 0.26 247.2 0.43 0.54
Hex 64 58 BC 2F 35 0 1A F7 2B 36
Octal 144 130 274 57 65 0 32 367 53 66
Binary 1100100 1011000 10111100 101111 110101 0 11010 11110111 101011 110110

Color Harmonies of #6458BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6458BC

Black with #6458BC

Text Example


Text Example

White with #6458BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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