Html Css Color HEX #6045AF Blue Marguerite

📋 copy color: '#6045AF'

red 96 ◦ green 69 ◦ blue 175

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

Shades of Blue Marguerite #6045AF

Tints of Blue Marguerite #6045AF

RGB

 RED value IS 96 (37.89% from 255) = 28.24%

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

 BLUE value IS 175 (68.75% from 255) = 51.47%

R = 28.24%
G = 20.29%
B = 51.47%

CMYK

 C value IS 0.45

 M value IS 0.61

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6045AF (or 0x6045AF) is known color: Blue Marguerite. HEX triplet: 60, 45 and AF. RGB value is (96,69,175). Sum of RGB (Red+Green+Blue) = 96+69+175=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 69 (27.34% from 255 or 20.29% from 340); Blue value is 175 (68.75% from 255 or 51.47% from 340); Max value from RGB is 175 - color contains mainly: blue. Hex color #6045AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6045AF is #9FBA50. Grayscale: #585858. Windows color (decimal): -10467921 or 11486560. OLE color: 11486560.

HSL color Cylindrical-coordinate representation of color #6045AF: hue angle of 255.28º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6045AF is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 69 175 -
CMYK 0.45 0.61 0 0.31
HSL 255.28º 0.43% 0.48% -
HSV(B) 255.28º 0.61% 0.69% -
XYZ 14.69 9.84 41.68 -
YUV 89.16 176.45 132.88 -
System Red Green Blue C M Y K H S L
Decimal 96 69 175 0.45 0.61 0 0.31 255.28 0.43 0.48
Hex 60 45 AF 2D 3D 0 1F FF 2B 30
Octal 140 105 257 55 75 0 37 377 53 60
Binary 1100000 1000101 10101111 101101 111101 0 11111 11111111 101011 110000

Color Harmonies of #6045AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6045AF

Black with #6045AF

Text Example


Text Example

White with #6045AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6045AF; }

 p { color: rgb(96,69,175); }

 H1.HeaderClassName
 {
   color: #6045AF;
 }
 .AnyTagClassName
 {
   color: #6045AF;
 }
</style>

background-color css

<style>
 a { background-color: #6045AF; }

 a { background-color: rgb(96,69,175); }

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

border-color css

<style>
 span { border-color: #6045AF; }

 span { border-color: rgb(96,69,175); }

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