Html Css Color HEX #6145BC Blue Marguerite

📋 copy color: '#6145BC'

red 97 ◦ green 69 ◦ blue 188

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

Shades of Blue Marguerite #6145BC

Tints of Blue Marguerite #6145BC

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.49%

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

R = 27.4%
G = 19.49%
B = 53.11%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6145BC (or 0x6145BC) is known color: Blue Marguerite. HEX triplet: 61, 45 and BC. RGB value is (97,69,188). Sum of RGB (Red+Green+Blue) = 97+69+188=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 69 (27.34% from 255 or 19.49% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #6145BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6145BC is #9EBA43. Grayscale: #5A5A5A. Windows color (decimal): -10402372 or 12338529. OLE color: 12338529.

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

Color convert

RGB 97 69 188 -
CMYK 0.48 0.63 0 0.26
HSL 254.12º 0.47% 0.5% -
HSV(B) 254.12º 0.63% 0.74% -
XYZ 16.13 10.43 48.74 -
YUV 90.94 182.78 132.32 -
System Red Green Blue C M Y K H S L
Decimal 97 69 188 0.48 0.63 0 0.26 254.12 0.47 0.5
Hex 61 45 BC 30 3F 0 1A FE 2F 32
Octal 141 105 274 60 77 0 32 376 57 62
Binary 1100001 1000101 10111100 110000 111111 0 11010 11111110 101111 110010

Color Harmonies of #6145BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6145BC

Black with #6145BC

Text Example


Text Example

White with #6145BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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