Html Css Color HEX #6963AF Blue Marguerite

📋 copy color: '#6963AF'

red 105 ◦ green 99 ◦ blue 175

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

Shades of Blue Marguerite #6963AF

Tints of Blue Marguerite #6963AF

RGB

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

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

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

R = 27.7%
G = 26.12%
B = 46.17%

CMYK

 C value IS 0.40

 M value IS 0.43

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6963AF (or 0x6963AF) is known color: Blue Marguerite. HEX triplet: 69, 63 and AF. RGB value is (105,99,175). Sum of RGB (Red+Green+Blue) = 105+99+175=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 99 (39.06% from 255 or 26.12% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #6963AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6963AF is #969C50. Grayscale: #6D6D6D. Windows color (decimal): -9870417 or 11494249. OLE color: 11494249.

HSL color Cylindrical-coordinate representation of color #6963AF: hue angle of 244.74º 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 #6963AF is Cyan = 0.40, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 99 175 -
CMYK 0.40 0.43 0 0.31
HSL 244.74º 0.32% 0.54% -
HSV(B) 244.74º 0.43% 0.69% -
XYZ 18.03 15.02 42.51 -
YUV 109.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 105 99 175 0.40 0.43 0 0.31 244.74 0.32 0.54
Hex 69 63 AF 28 2B 0 1F F5 20 36
Octal 151 143 257 50 53 0 37 365 40 66
Binary 1101001 1100011 10101111 101000 101011 0 11111 11110101 100000 110110

Color Harmonies of #6963AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6963AF

Black with #6963AF

Text Example


Text Example

White with #6963AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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