Html Css Color HEX #694DAF Blue Marguerite

📋 copy color: '#694DAF'

red 105 ◦ green 77 ◦ blue 175

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

Shades of Blue Marguerite #694DAF

Tints of Blue Marguerite #694DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 175 (68.75% from 255) = 49.02%

R = 29.41%
G = 21.57%
B = 49.02%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#694DAF (or 0x694DAF) is known color: Blue Marguerite. HEX triplet: 69, 4D and AF. RGB value is (105,77,175). Sum of RGB (Red+Green+Blue) = 105+77+175=357 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.41% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 175 (68.75% from 255 or 49.02% from 357); Max value from RGB is 175 - color contains mainly: blue. Hex color #694DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #694DAF is #96B250. Grayscale: #606060. Windows color (decimal): -9876049 or 11488617. OLE color: 11488617.

HSL color Cylindrical-coordinate representation of color #694DAF: hue angle of 257.14º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694DAF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 105 77 175 -
CMYK 0.40 0.56 0 0.31
HSL 257.14º 0.39% 0.49% -
HSV(B) 257.14º 0.56% 0.69% -
XYZ 16.22 11.41 41.9 -
YUV 96.54 172.28 134.03 -
System Red Green Blue C M Y K H S L
Decimal 105 77 175 0.40 0.56 0 0.31 257.14 0.39 0.49
Hex 69 4D AF 28 38 0 1F 101 27 31
Octal 151 115 257 50 70 0 37 401 47 61
Binary 1101001 1001101 10101111 101000 111000 0 11111 100000001 100111 110001

Color Harmonies of #694DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694DAF

Black with #694DAF

Text Example


Text Example

White with #694DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694DAF; }

 p { color: rgb(105,77,175); }

 H1.HeaderClassName
 {
   color: #694DAF;
 }
 .AnyTagClassName
 {
   color: #694DAF;
 }
</style>

background-color css

<style>
 a { background-color: #694DAF; }

 a { background-color: rgb(105,77,175); }

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

border-color css

<style>
 span { border-color: #694DAF; }

 span { border-color: rgb(105,77,175); }

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