Html Css Color HEX #6154BC Blue Marguerite

📋 copy color: '#6154BC'

red 97 ◦ green 84 ◦ blue 188

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

Shades of Blue Marguerite #6154BC

Tints of Blue Marguerite #6154BC

RGB

 RED value IS 97 (38.28% from 255) = 26.29%

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 26.29%
G = 22.76%
B = 50.95%

CMYK

 C value IS 0.48

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6154BC (or 0x6154BC) is known color: Blue Marguerite. HEX triplet: 61, 54 and BC. RGB value is (97,84,188). Sum of RGB (Red+Green+Blue) = 97+84+188=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #6154BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6154BC is #9EAB43. Grayscale: #636363. Windows color (decimal): -10398532 or 12342369. OLE color: 12342369.

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

Color convert

RGB 97 84 188 -
CMYK 0.48 0.55 0 0.26
HSL 247.5º 0.44% 0.53% -
HSV(B) 247.5º 0.55% 0.74% -
XYZ 17.18 12.51 49.09 -
YUV 99.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 97 84 188 0.48 0.55 0 0.26 247.5 0.44 0.53
Hex 61 54 BC 30 37 0 1A F8 2C 35
Octal 141 124 274 60 67 0 32 370 54 65
Binary 1100001 1010100 10111100 110000 110111 0 11010 11111000 101100 110101

Color Harmonies of #6154BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6154BC

Black with #6154BC

Text Example


Text Example

White with #6154BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,84,188); }

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

background-color css

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

 a { background-color: rgb(97,84,188); }

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

border-color css

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

 span { border-color: rgb(97,84,188); }

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