Html Css Color HEX #6452BD Blue Marguerite

📋 copy color: '#6452BD'

red 100 ◦ green 82 ◦ blue 189

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

Shades of Blue Marguerite #6452BD

Tints of Blue Marguerite #6452BD

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.1%

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

R = 26.95%
G = 22.1%
B = 50.94%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6452BD (or 0x6452BD) is known color: Blue Marguerite. HEX triplet: 64, 52 and BD. RGB value is (100,82,189). Sum of RGB (Red+Green+Blue) = 100+82+189=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #6452BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6452BD is #9BAD42. Grayscale: #636363. Windows color (decimal): -10202435 or 12407396. OLE color: 12407396.

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

Color convert

RGB 100 82 189 -
CMYK 0.47 0.57 0 0.26
HSL 250.09º 0.45% 0.53% -
HSV(B) 250.09º 0.57% 0.74% -
XYZ 17.46 12.42 49.62 -
YUV 99.58 178.46 128.3 -
System Red Green Blue C M Y K H S L
Decimal 100 82 189 0.47 0.57 0 0.26 250.09 0.45 0.53
Hex 64 52 BD 2F 39 0 1A FA 2D 35
Octal 144 122 275 57 71 0 32 372 55 65
Binary 1100100 1010010 10111101 101111 111001 0 11010 11111010 101101 110101

Color Harmonies of #6452BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6452BD

Black with #6452BD

Text Example


Text Example

White with #6452BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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