Html Css Color HEX #6A63AF Blue Marguerite

📋 copy color: '#6A63AF'

red 106 ◦ green 99 ◦ blue 175

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

Shades of Blue Marguerite #6A63AF

Tints of Blue Marguerite #6A63AF

RGB

 RED value IS 106 (41.8% from 255) = 27.89%

 GREEN value IS 99 (39.06% from 255) = 26.05%

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

R = 27.89%
G = 26.05%
B = 46.05%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6A63AF (or 0x6A63AF) is known color: Blue Marguerite. HEX triplet: 6A, 63 and AF. RGB value is (106,99,175). Sum of RGB (Red+Green+Blue) = 106+99+175=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #6A63AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6A63AF is #959C50. Grayscale: #6D6D6D. Windows color (decimal): -9804881 or 11494250. OLE color: 11494250.

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

Color convert

RGB 106 99 175 -
CMYK 0.39 0.43 0 0.31
HSL 245.53º 0.32% 0.54% -
HSV(B) 245.53º 0.43% 0.69% -
XYZ 18.14 15.08 42.51 -
YUV 109.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 106 99 175 0.39 0.43 0 0.31 245.53 0.32 0.54
Hex 6A 63 AF 27 2B 0 1F F6 20 36
Octal 152 143 257 47 53 0 37 366 40 66
Binary 1101010 1100011 10101111 100111 101011 0 11111 11110110 100000 110110

Color Harmonies of #6A63AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A63AF

Black with #6A63AF

Text Example


Text Example

White with #6A63AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A63AF; }

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

 H1.HeaderClassName
 {
   color: #6A63AF;
 }
 .AnyTagClassName
 {
   color: #6A63AF;
 }
</style>

background-color css

<style>
 a { background-color: #6A63AF; }

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

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

border-color css

<style>
 span { border-color: #6A63AF; }

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

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