Html Css Color HEX #6453BC Blue Marguerite

📋 copy color: '#6453BC'

red 100 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6453BC

Tints of Blue Marguerite #6453BC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.37%

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

R = 26.95%
G = 22.37%
B = 50.67%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6453BC (or 0x6453BC) is known color: Blue Marguerite. HEX triplet: 64, 53 and BC. RGB value is (100,83,188). Sum of RGB (Red+Green+Blue) = 100+83+188=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 83 (32.81% from 255 or 22.37% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #6453BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6453BC is #9BAC43. Grayscale: #636363. Windows color (decimal): -10202180 or 12342116. OLE color: 12342116.

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

Color convert

RGB 100 83 188 -
CMYK 0.47 0.56 0 0.26
HSL 249.71º 0.44% 0.53% -
HSV(B) 249.71º 0.56% 0.74% -
XYZ 17.43 12.53 49.08 -
YUV 100.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 100 83 188 0.47 0.56 0 0.26 249.71 0.44 0.53
Hex 64 53 BC 2F 38 0 1A FA 2C 35
Octal 144 123 274 57 70 0 32 372 54 65
Binary 1100100 1010011 10111100 101111 111000 0 11010 11111010 101100 110101

Color Harmonies of #6453BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6453BC

Black with #6453BC

Text Example


Text Example

White with #6453BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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