Html Css Color HEX #6344B3 Blue Marguerite

📋 copy color: '#6344B3'

red 99 ◦ green 68 ◦ blue 179

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

Shades of Blue Marguerite #6344B3

Tints of Blue Marguerite #6344B3

RGB

 RED value IS 99 (39.06% from 255) = 28.61%

 GREEN value IS 68 (26.95% from 255) = 19.65%

 BLUE value IS 179 (70.31% from 255) = 51.73%

R = 28.61%
G = 19.65%
B = 51.73%

CMYK

 C value IS 0.45

 M value IS 0.62

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6344B3 (or 0x6344B3) is known color: Blue Marguerite. HEX triplet: 63, 44 and B3. RGB value is (99,68,179). Sum of RGB (Red+Green+Blue) = 99+68+179=346 (45% of max value = 765). Red value is 99 (39.06% from 255 or 28.61% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 179 (70.31% from 255 or 51.73% from 346); Max value from RGB is 179 - color contains mainly: blue. Hex color #6344B3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6344B3 is #9CBB4C. Grayscale: #595959. Windows color (decimal): -10271565 or 11748451. OLE color: 11748451.

HSL color Cylindrical-coordinate representation of color #6344B3: hue angle of 256.76º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6344B3 is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 99 68 179 -
CMYK 0.45 0.62 0 0.30
HSL 256.76º 0.45% 0.48% -
HSV(B) 256.76º 0.62% 0.7% -
XYZ 15.35 10.04 43.78 -
YUV 89.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 99 68 179 0.45 0.62 0 0.30 256.76 0.45 0.48
Hex 63 44 B3 2D 3E 0 1E 101 2D 30
Octal 143 104 263 55 76 0 36 401 55 60
Binary 1100011 1000100 10110011 101101 111110 0 11110 100000001 101101 110000

Color Harmonies of #6344B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6344B3

Black with #6344B3

Text Example


Text Example

White with #6344B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6344B3; }

 p { color: rgb(99,68,179); }

 H1.HeaderClassName
 {
   color: #6344B3;
 }
 .AnyTagClassName
 {
   color: #6344B3;
 }
</style>

background-color css

<style>
 a { background-color: #6344B3; }

 a { background-color: rgb(99,68,179); }

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

border-color css

<style>
 span { border-color: #6344B3; }

 span { border-color: rgb(99,68,179); }

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