Html Css Color HEX #695AAC Blue Marguerite

📋 copy color: '#695AAC'

red 105 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #695AAC

Tints of Blue Marguerite #695AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.52%

 BLUE value IS 172 (67.58% from 255) = 46.87%

R = 28.61%
G = 24.52%
B = 46.87%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#695AAC (or 0x695AAC) is known color: Blue Marguerite. HEX triplet: 69, 5A and AC. RGB value is (105,90,172). Sum of RGB (Red+Green+Blue) = 105+90+172=367 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.61% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #695AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AAC is #96A553. Grayscale: #676767. Windows color (decimal): -9872724 or 11295337. OLE color: 11295337.

HSL color Cylindrical-coordinate representation of color #695AAC: hue angle of 250.98º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #695AAC is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 105 90 172 -
CMYK 0.39 0.48 0 0.33
HSL 250.98º 0.33% 0.51% -
HSV(B) 250.98º 0.48% 0.67% -
XYZ 16.93 13.29 40.7 -
YUV 103.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 105 90 172 0.39 0.48 0 0.33 250.98 0.33 0.51
Hex 69 5A AC 27 30 0 21 FB 21 33
Octal 151 132 254 47 60 0 41 373 41 63
Binary 1101001 1011010 10101100 100111 110000 0 100001 11111011 100001 110011

Color Harmonies of #695AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AAC

Black with #695AAC

Text Example


Text Example

White with #695AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,90,172); }

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

background-color css

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

 a { background-color: rgb(105,90,172); }

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

border-color css

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

 span { border-color: rgb(105,90,172); }

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