Html Css Color HEX #6965AD Blue Marguerite

📋 copy color: '#6965AD'

red 105 ◦ green 101 ◦ blue 173

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

Shades of Blue Marguerite #6965AD

Tints of Blue Marguerite #6965AD

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.65%

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

R = 27.7%
G = 26.65%
B = 45.65%

CMYK

 C value IS 0.39

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6965AD (or 0x6965AD) is known color: Blue Marguerite. HEX triplet: 69, 65 and AD. RGB value is (105,101,173). Sum of RGB (Red+Green+Blue) = 105+101+173=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 173 (67.97% from 255 or 45.65% from 379); Max value from RGB is 173 - color contains mainly: blue. Hex color #6965AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6965AD is #969A52. Grayscale: #6E6E6E. Windows color (decimal): -9869907 or 11363689. OLE color: 11363689.

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

Color convert

RGB 105 101 173 -
CMYK 0.39 0.42 0 0.32
HSL 243.33º 0.31% 0.54% -
HSV(B) 243.33º 0.42% 0.68% -
XYZ 18.02 15.33 41.54 -
YUV 110.4 163.33 124.15 -
System Red Green Blue C M Y K H S L
Decimal 105 101 173 0.39 0.42 0 0.32 243.33 0.31 0.54
Hex 69 65 AD 27 2A 0 20 F3 1F 36
Octal 151 145 255 47 52 0 40 363 37 66
Binary 1101001 1100101 10101101 100111 101010 0 100000 11110011 11111 110110

Color Harmonies of #6965AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965AD

Black with #6965AD

Text Example


Text Example

White with #6965AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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