Html Css Color HEX #694EB3 Blue Marguerite

📋 copy color: '#694EB3'

red 105 ◦ green 78 ◦ blue 179

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

Shades of Blue Marguerite #694EB3

Tints of Blue Marguerite #694EB3

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.55%

 BLUE value IS 179 (70.31% from 255) = 49.45%

R = 29.01%
G = 21.55%
B = 49.45%

CMYK

 C value IS 0.41

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#694EB3 (or 0x694EB3) is known color: Blue Marguerite. HEX triplet: 69, 4E and B3. RGB value is (105,78,179). Sum of RGB (Red+Green+Blue) = 105+78+179=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 78 (30.86% from 255 or 21.55% from 362); Blue value is 179 (70.31% from 255 or 49.45% from 362); Max value from RGB is 179 - color contains mainly: blue. Hex color #694EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #694EB3 is #96B14C. Grayscale: #616161. Windows color (decimal): -9875789 or 11751017. OLE color: 11751017.

HSL color Cylindrical-coordinate representation of color #694EB3: hue angle of 256.04º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #694EB3 is Cyan = 0.41, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 105 78 179 -
CMYK 0.41 0.56 0 0.30
HSL 256.04º 0.4% 0.5% -
HSV(B) 256.04º 0.56% 0.7% -
XYZ 16.69 11.71 44.03 -
YUV 97.59 173.95 133.29 -
System Red Green Blue C M Y K H S L
Decimal 105 78 179 0.41 0.56 0 0.30 256.04 0.4 0.5
Hex 69 4E B3 29 38 0 1E 100 28 32
Octal 151 116 263 51 70 0 36 400 50 62
Binary 1101001 1001110 10110011 101001 111000 0 11110 100000000 101000 110010

Color Harmonies of #694EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694EB3

Black with #694EB3

Text Example


Text Example

White with #694EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,78,179); }

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

background-color css

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

 a { background-color: rgb(105,78,179); }

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

border-color css

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

 span { border-color: rgb(105,78,179); }

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