Html Css Color HEX #6351AF Blue Marguerite

📋 copy color: '#6351AF'

red 99 ◦ green 81 ◦ blue 175

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

Shades of Blue Marguerite #6351AF

Tints of Blue Marguerite #6351AF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.82%

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

R = 27.89%
G = 22.82%
B = 49.3%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6351AF (or 0x6351AF) is known color: Blue Marguerite. HEX triplet: 63, 51 and AF. RGB value is (99,81,175). Sum of RGB (Red+Green+Blue) = 99+81+175=355 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.89% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #6351AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6351AF is #9CAE50. Grayscale: #606060. Windows color (decimal): -10268241 or 11489635. OLE color: 11489635.

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

Color convert

RGB 99 81 175 -
CMYK 0.43 0.54 0 0.31
HSL 251.49º 0.37% 0.5% -
HSV(B) 251.49º 0.54% 0.69% -
XYZ 15.83 11.63 41.97 -
YUV 97.1 171.96 129.36 -
System Red Green Blue C M Y K H S L
Decimal 99 81 175 0.43 0.54 0 0.31 251.49 0.37 0.5
Hex 63 51 AF 2B 36 0 1F FB 25 32
Octal 143 121 257 53 66 0 37 373 45 62
Binary 1100011 1010001 10101111 101011 110110 0 11111 11111011 100101 110010

Color Harmonies of #6351AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6351AF

Black with #6351AF

Text Example


Text Example

White with #6351AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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