Html Css Color HEX #694CBE Blue Marguerite

📋 copy color: '#694CBE'

red 105 ◦ green 76 ◦ blue 190

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

Shades of Blue Marguerite #694CBE

Tints of Blue Marguerite #694CBE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.49%

 BLUE value IS 190 (74.61% from 255) = 51.21%

R = 28.3%
G = 20.49%
B = 51.21%

CMYK

 C value IS 0.45

 M value IS 0.60

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#694CBE (or 0x694CBE) is known color: Blue Marguerite. HEX triplet: 69, 4C and BE. RGB value is (105,76,190). Sum of RGB (Red+Green+Blue) = 105+76+190=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 76 (30.08% from 255 or 20.49% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #694CBE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #694CBE is #96B341. Grayscale: #616161. Windows color (decimal): -9876290 or 12471401. OLE color: 12471401.

HSL color Cylindrical-coordinate representation of color #694CBE: hue angle of 255.26º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #694CBE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 76 190 -
CMYK 0.45 0.60 0 0.25
HSL 255.26º 0.47% 0.52% -
HSV(B) 255.26º 0.6% 0.75% -
XYZ 17.7 11.89 50.08 -
YUV 97.67 180.11 133.23 -
System Red Green Blue C M Y K H S L
Decimal 105 76 190 0.45 0.60 0 0.25 255.26 0.47 0.52
Hex 69 4C BE 2D 3C 0 19 FF 2F 34
Octal 151 114 276 55 74 0 31 377 57 64
Binary 1101001 1001100 10111110 101101 111100 0 11001 11111111 101111 110100

Color Harmonies of #694CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694CBE

Black with #694CBE

Text Example


Text Example

White with #694CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,76,190); }

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

background-color css

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

 a { background-color: rgb(105,76,190); }

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

border-color css

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

 span { border-color: rgb(105,76,190); }

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