Html Css Color HEX #695AA7 Blue Marguerite

📋 copy color: '#695AA7'

red 105 ◦ green 90 ◦ blue 167

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

Shades of Blue Marguerite #695AA7

Tints of Blue Marguerite #695AA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 46.13%

R = 29.01%
G = 24.86%
B = 46.13%

CMYK

 C value IS 0.37

 M value IS 0.46

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#695AA7 (or 0x695AA7) is known color: Blue Marguerite. HEX triplet: 69, 5A and A7. RGB value is (105,90,167). Sum of RGB (Red+Green+Blue) = 105+90+167=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 167 (65.62% from 255 or 46.13% from 362); Max value from RGB is 167 - color contains mainly: blue. Hex color #695AA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695AA7 is #96A558. Grayscale: #666666. Windows color (decimal): -9872729 or 10967657. OLE color: 10967657.

HSL color Cylindrical-coordinate representation of color #695AA7: hue angle of 251.69º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #695AA7 is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 105 90 167 -
CMYK 0.37 0.46 0 0.35
HSL 251.69º 0.3% 0.5% -
HSV(B) 251.69º 0.46% 0.65% -
XYZ 16.46 13.11 38.22 -
YUV 103.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 105 90 167 0.37 0.46 0 0.35 251.69 0.3 0.5
Hex 69 5A A7 25 2E 0 23 FC 1E 32
Octal 151 132 247 45 56 0 43 374 36 62
Binary 1101001 1011010 10100111 100101 101110 0 100011 11111100 11110 110010

Color Harmonies of #695AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695AA7

Black with #695AA7

Text Example


Text Example

White with #695AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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