Html Css Color HEX #6961BC Blue Marguerite

📋 copy color: '#6961BC'

red 105 ◦ green 97 ◦ blue 188

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

Shades of Blue Marguerite #6961BC

Tints of Blue Marguerite #6961BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.21%

R = 26.92%
G = 24.87%
B = 48.21%

CMYK

 C value IS 0.44

 M value IS 0.48

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6961BC (or 0x6961BC) is known color: Blue Marguerite. HEX triplet: 69, 61 and BC. RGB value is (105,97,188). Sum of RGB (Red+Green+Blue) = 105+97+188=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #6961BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6961BC is #969E43. Grayscale: #6D6D6D. Windows color (decimal): -9870916 or 12345705. OLE color: 12345705.

HSL color Cylindrical-coordinate representation of color #6961BC: hue angle of 245.27º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6961BC is Cyan = 0.44, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 105 97 188 -
CMYK 0.44 0.48 0 0.26
HSL 245.27º 0.4% 0.56% -
HSV(B) 245.27º 0.48% 0.74% -
XYZ 19.18 15.18 49.5 -
YUV 109.77 172.15 124.6 -
System Red Green Blue C M Y K H S L
Decimal 105 97 188 0.44 0.48 0 0.26 245.27 0.4 0.56
Hex 69 61 BC 2C 30 0 1A F5 28 38
Octal 151 141 274 54 60 0 32 365 50 70
Binary 1101001 1100001 10111100 101100 110000 0 11010 11110101 101000 111000

Color Harmonies of #6961BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6961BC

Black with #6961BC

Text Example


Text Example

White with #6961BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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