Html Css Color HEX #6961BA Blue Marguerite

📋 copy color: '#6961BA'

red 105 ◦ green 97 ◦ blue 186

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

Shades of Blue Marguerite #6961BA

Tints of Blue Marguerite #6961BA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

 BLUE value IS 186 (73.05% from 255) = 47.94%

R = 27.06%
G = 25%
B = 47.94%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6961BA (or 0x6961BA) is known color: Blue Marguerite. HEX triplet: 69, 61 and BA. RGB value is (105,97,186). Sum of RGB (Red+Green+Blue) = 105+97+186=388 (51% of max value = 765). Red value is 105 (41.41% from 255 or 27.06% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #6961BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961BA is #969E45. Grayscale: #6D6D6D. Windows color (decimal): -9870918 or 12214633. OLE color: 12214633.

HSL color Cylindrical-coordinate representation of color #6961BA: hue angle of 245.39º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6961BA is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 105 97 186 -
CMYK 0.44 0.48 0 0.27
HSL 245.39º 0.39% 0.55% -
HSV(B) 245.39º 0.48% 0.73% -
XYZ 18.96 15.1 48.37 -
YUV 109.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 105 97 186 0.44 0.48 0 0.27 245.39 0.39 0.55
Hex 69 61 BA 2C 30 0 1B F5 27 37
Octal 151 141 272 54 60 0 33 365 47 67
Binary 1101001 1100001 10111010 101100 110000 0 11011 11110101 100111 110111

Color Harmonies of #6961BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961BA

Black with #6961BA

Text Example


Text Example

White with #6961BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6961BA; }

 p { color: rgb(105,97,186); }

 H1.HeaderClassName
 {
   color: #6961BA;
 }
 .AnyTagClassName
 {
   color: #6961BA;
 }
</style>

background-color css

<style>
 a { background-color: #6961BA; }

 a { background-color: rgb(105,97,186); }

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

border-color css

<style>
 span { border-color: #6961BA; }

 span { border-color: rgb(105,97,186); }

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