Html Css Color HEX #695CAE Blue Marguerite

📋 copy color: '#695CAE'

red 105 ◦ green 92 ◦ blue 174

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

Shades of Blue Marguerite #695CAE

Tints of Blue Marguerite #695CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.8%

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

R = 28.3%
G = 24.8%
B = 46.9%

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

#695CAE (or 0x695CAE) is known color: Blue Marguerite. HEX triplet: 69, 5C and AE. RGB value is (105,92,174). Sum of RGB (Red+Green+Blue) = 105+92+174=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 92 (36.33% from 255 or 24.80% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 174 - color contains mainly: blue. Hex color #695CAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695CAE is #96A351. Grayscale: #686868. Windows color (decimal): -9872210 or 11426921. OLE color: 11426921.

HSL color Cylindrical-coordinate representation of color #695CAE: hue angle of 249.51º degrees, saturation: 0.34, 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 #695CAE is Cyan = 0.40, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 105 92 174 -
CMYK 0.40 0.47 0 0.32
HSL 249.51º 0.34% 0.52% -
HSV(B) 249.51º 0.47% 0.68% -
XYZ 17.29 13.71 41.78 -
YUV 105.24 166.81 127.83 -
System Red Green Blue C M Y K H S L
Decimal 105 92 174 0.40 0.47 0 0.32 249.51 0.34 0.52
Hex 69 5C AE 28 2F 0 20 FA 22 34
Octal 151 134 256 50 57 0 40 372 42 64
Binary 1101001 1011100 10101110 101000 101111 0 100000 11111010 100010 110100

Color Harmonies of #695CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695CAE

Black with #695CAE

Text Example


Text Example

White with #695CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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