Html Css Color HEX #695DAB Blue Marguerite

📋 copy color: '#695DAB'

red 105 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #695DAB

Tints of Blue Marguerite #695DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.34%

R = 28.46%
G = 25.2%
B = 46.34%

CMYK

 C value IS 0.39

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#695DAB (or 0x695DAB) is known color: Blue Marguerite. HEX triplet: 69, 5D and AB. RGB value is (105,93,171). Sum of RGB (Red+Green+Blue) = 105+93+171=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #695DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #695DAB is #96A254. Grayscale: #696969. Windows color (decimal): -9871957 or 11230569. OLE color: 11230569.

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

Color convert

RGB 105 93 171 -
CMYK 0.39 0.46 0 0.33
HSL 249.23º 0.32% 0.52% -
HSV(B) 249.23º 0.46% 0.67% -
XYZ 17.09 13.77 40.29 -
YUV 105.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 105 93 171 0.39 0.46 0 0.33 249.23 0.32 0.52
Hex 69 5D AB 27 2E 0 21 F9 20 34
Octal 151 135 253 47 56 0 41 371 40 64
Binary 1101001 1011101 10101011 100111 101110 0 100001 11111001 100000 110100

Color Harmonies of #695DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695DAB

Black with #695DAB

Text Example


Text Example

White with #695DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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