Html Css Color HEX #6965AE Blue Marguerite

📋 copy color: '#6965AE'

red 105 ◦ green 101 ◦ blue 174

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

Shades of Blue Marguerite #6965AE

Tints of Blue Marguerite #6965AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.79%

R = 27.63%
G = 26.58%
B = 45.79%

CMYK

 C value IS 0.40

 M value IS 0.42

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6965AE (or 0x6965AE) is known color: Blue Marguerite. HEX triplet: 69, 65 and AE. RGB value is (105,101,174). Sum of RGB (Red+Green+Blue) = 105+101+174=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #6965AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6965AE is #969A51. Grayscale: #6E6E6E. Windows color (decimal): -9869906 or 11429225. OLE color: 11429225.

HSL color Cylindrical-coordinate representation of color #6965AE: hue angle of 243.29º 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 #6965AE is Cyan = 0.40, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 101 174 -
CMYK 0.40 0.42 0 0.32
HSL 243.29º 0.31% 0.54% -
HSV(B) 243.29º 0.42% 0.68% -
XYZ 18.12 15.37 42.06 -
YUV 110.52 163.83 124.06 -
System Red Green Blue C M Y K H S L
Decimal 105 101 174 0.40 0.42 0 0.32 243.29 0.31 0.54
Hex 69 65 AE 28 2A 0 20 F3 1F 36
Octal 151 145 256 50 52 0 40 363 37 66
Binary 1101001 1100101 10101110 101000 101010 0 100000 11110011 11111 110110

Color Harmonies of #6965AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6965AE

Black with #6965AE

Text Example


Text Example

White with #6965AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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