Html Css Color HEX #6963AD Blue Marguerite

📋 copy color: '#6963AD'

red 105 ◦ green 99 ◦ blue 173

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

Shades of Blue Marguerite #6963AD

Tints of Blue Marguerite #6963AD

RGB

 RED value IS 105 (41.41% from 255) = 27.85%

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

 BLUE value IS 173 (67.97% from 255) = 45.89%

R = 27.85%
G = 26.26%
B = 45.89%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6963AD (or 0x6963AD) is known color: Blue Marguerite. HEX triplet: 69, 63 and AD. RGB value is (105,99,173). Sum of RGB (Red+Green+Blue) = 105+99+173=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 173 (67.97% from 255 or 45.89% from 377); Max value from RGB is 173 - color contains mainly: blue. Hex color #6963AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963AD is #969C52. Grayscale: #6C6C6C. Windows color (decimal): -9870419 or 11363177. OLE color: 11363177.

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

Color convert

RGB 105 99 173 -
CMYK 0.39 0.43 0 0.32
HSL 244.86º 0.31% 0.53% -
HSV(B) 244.86º 0.43% 0.68% -
XYZ 17.83 14.94 41.48 -
YUV 109.23 163.99 124.98 -
System Red Green Blue C M Y K H S L
Decimal 105 99 173 0.39 0.43 0 0.32 244.86 0.31 0.53
Hex 69 63 AD 27 2B 0 20 F5 1F 35
Octal 151 143 255 47 53 0 40 365 37 65
Binary 1101001 1100011 10101101 100111 101011 0 100000 11110101 11111 110101

Color Harmonies of #6963AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963AD

Black with #6963AD

Text Example


Text Example

White with #6963AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6963AD; }

 p { color: rgb(105,99,173); }

 H1.HeaderClassName
 {
   color: #6963AD;
 }
 .AnyTagClassName
 {
   color: #6963AD;
 }
</style>

background-color css

<style>
 a { background-color: #6963AD; }

 a { background-color: rgb(105,99,173); }

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

border-color css

<style>
 span { border-color: #6963AD; }

 span { border-color: rgb(105,99,173); }

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