Html Css Color HEX #6355AF Blue Marguerite

📋 copy color: '#6355AF'

red 99 ◦ green 85 ◦ blue 175

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

Shades of Blue Marguerite #6355AF

Tints of Blue Marguerite #6355AF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 27.58%
G = 23.68%
B = 48.75%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6355AF (or 0x6355AF) is known color: Blue Marguerite. HEX triplet: 63, 55 and AF. RGB value is (99,85,175). Sum of RGB (Red+Green+Blue) = 99+85+175=359 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.58% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 175 (68.75% from 255 or 48.75% from 359); Max value from RGB is 175 - color contains mainly: blue. Hex color #6355AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6355AF is #9CAA50. Grayscale: #636363. Windows color (decimal): -10267217 or 11490659. OLE color: 11490659.

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

Color convert

RGB 99 85 175 -
CMYK 0.43 0.51 0 0.31
HSL 249.33º 0.36% 0.51% -
HSV(B) 249.33º 0.51% 0.69% -
XYZ 16.13 12.24 42.07 -
YUV 99.45 170.64 127.68 -
System Red Green Blue C M Y K H S L
Decimal 99 85 175 0.43 0.51 0 0.31 249.33 0.36 0.51
Hex 63 55 AF 2B 33 0 1F F9 24 33
Octal 143 125 257 53 63 0 37 371 44 63
Binary 1100011 1010101 10101111 101011 110011 0 11111 11111001 100100 110011

Color Harmonies of #6355AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6355AF

Black with #6355AF

Text Example


Text Example

White with #6355AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,85,175); }

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

background-color css

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

 a { background-color: rgb(99,85,175); }

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

border-color css

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

 span { border-color: rgb(99,85,175); }

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