Html Css Color HEX #695BAA Blue Marguerite

📋 copy color: '#695BAA'

red 105 ◦ green 91 ◦ blue 170

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

Shades of Blue Marguerite #695BAA

Tints of Blue Marguerite #695BAA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.86%

 BLUE value IS 170 (66.8% from 255) = 46.45%

R = 28.69%
G = 24.86%
B = 46.45%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#695BAA (or 0x695BAA) is known color: Blue Marguerite. HEX triplet: 69, 5B and AA. RGB value is (105,91,170). Sum of RGB (Red+Green+Blue) = 105+91+170=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 170 (66.80% from 255 or 46.45% from 366); Max value from RGB is 170 - color contains mainly: blue. Hex color #695BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695BAA is #96A455. Grayscale: #676767. Windows color (decimal): -9872470 or 11164521. OLE color: 11164521.

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

Color convert

RGB 105 91 170 -
CMYK 0.38 0.46 0 0.33
HSL 250.63º 0.32% 0.51% -
HSV(B) 250.63º 0.46% 0.67% -
XYZ 16.82 13.39 39.73 -
YUV 104.19 165.14 128.58 -
System Red Green Blue C M Y K H S L
Decimal 105 91 170 0.38 0.46 0 0.33 250.63 0.32 0.51
Hex 69 5B AA 26 2E 0 21 FB 20 33
Octal 151 133 252 46 56 0 41 373 40 63
Binary 1101001 1011011 10101010 100110 101110 0 100001 11111011 100000 110011

Color Harmonies of #695BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695BAA

Black with #695BAA

Text Example


Text Example

White with #695BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,91,170); }

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

background-color css

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

 a { background-color: rgb(105,91,170); }

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

border-color css

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

 span { border-color: rgb(105,91,170); }

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