Html Css Color HEX #694AB1 Blue Marguerite

📋 copy color: '#694AB1'

red 105 ◦ green 74 ◦ blue 177

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

Shades of Blue Marguerite #694AB1

Tints of Blue Marguerite #694AB1

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.79%

 BLUE value IS 177 (69.53% from 255) = 49.72%

R = 29.49%
G = 20.79%
B = 49.72%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#694AB1 (or 0x694AB1) is known color: Blue Marguerite. HEX triplet: 69, 4A and B1. RGB value is (105,74,177). Sum of RGB (Red+Green+Blue) = 105+74+177=356 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.49% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 177 (69.53% from 255 or 49.72% from 356); Max value from RGB is 177 - color contains mainly: blue. Hex color #694AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694AB1 is #96B54E. Grayscale: #5E5E5E. Windows color (decimal): -9876815 or 11618921. OLE color: 11618921.

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

Color convert

RGB 105 74 177 -
CMYK 0.41 0.58 0 0.31
HSL 258.06º 0.41% 0.49% -
HSV(B) 258.06º 0.58% 0.69% -
XYZ 16.21 11.08 42.88 -
YUV 95.01 174.27 135.12 -
System Red Green Blue C M Y K H S L
Decimal 105 74 177 0.41 0.58 0 0.31 258.06 0.41 0.49
Hex 69 4A B1 29 3A 0 1F 102 29 31
Octal 151 112 261 51 72 0 37 402 51 61
Binary 1101001 1001010 10110001 101001 111010 0 11111 100000010 101001 110001

Color Harmonies of #694AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694AB1

Black with #694AB1

Text Example


Text Example

White with #694AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,74,177); }

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

background-color css

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

 a { background-color: rgb(105,74,177); }

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

border-color css

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

 span { border-color: rgb(105,74,177); }

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