Html Css Color HEX #695DAE Blue Marguerite

📋 copy color: '#695DAE'

red 105 ◦ green 93 ◦ blue 174

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

Shades of Blue Marguerite #695DAE

Tints of Blue Marguerite #695DAE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25%

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

R = 28.23%
G = 25%
B = 46.77%

CMYK

 C value IS 0.40

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#695DAE (or 0x695DAE) is known color: Blue Marguerite. HEX triplet: 69, 5D and AE. RGB value is (105,93,174). Sum of RGB (Red+Green+Blue) = 105+93+174=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 93 (36.72% from 255 or 25% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #695DAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DAE is #96A251. Grayscale: #696969. Windows color (decimal): -9871954 or 11427177. OLE color: 11427177.

HSL color Cylindrical-coordinate representation of color #695DAE: hue angle of 248.89º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #695DAE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 93 174 -
CMYK 0.40 0.47 0 0.32
HSL 248.89º 0.33% 0.52% -
HSV(B) 248.89º 0.47% 0.68% -
XYZ 17.38 13.89 41.81 -
YUV 105.82 166.48 127.41 -
System Red Green Blue C M Y K H S L
Decimal 105 93 174 0.40 0.47 0 0.32 248.89 0.33 0.52
Hex 69 5D AE 28 2F 0 20 F9 21 34
Octal 151 135 256 50 57 0 40 371 41 64
Binary 1101001 1011101 10101110 101000 101111 0 100000 11111001 100001 110100

Color Harmonies of #695DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DAE

Black with #695DAE

Text Example


Text Example

White with #695DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695DAE; }

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

 H1.HeaderClassName
 {
   color: #695DAE;
 }
 .AnyTagClassName
 {
   color: #695DAE;
 }
</style>

background-color css

<style>
 a { background-color: #695DAE; }

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

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

border-color css

<style>
 span { border-color: #695DAE; }

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

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