Html Css Color HEX #6955BE Blue Marguerite

📋 copy color: '#6955BE'

red 105 ◦ green 85 ◦ blue 190

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

Shades of Blue Marguerite #6955BE

Tints of Blue Marguerite #6955BE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.37%

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

R = 27.63%
G = 22.37%
B = 50%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6955BE (or 0x6955BE) is known color: Blue Marguerite. HEX triplet: 69, 55 and BE. RGB value is (105,85,190). Sum of RGB (Red+Green+Blue) = 105+85+190=380 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.63% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #6955BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955BE is #96AA41. Grayscale: #666666. Windows color (decimal): -9873986 or 12473705. OLE color: 12473705.

HSL color Cylindrical-coordinate representation of color #6955BE: hue angle of 251.43º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6955BE is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 105 85 190 -
CMYK 0.45 0.55 0 0.25
HSL 251.43º 0.45% 0.54% -
HSV(B) 251.43º 0.55% 0.75% -
XYZ 18.37 13.22 50.3 -
YUV 102.95 177.13 129.46 -
System Red Green Blue C M Y K H S L
Decimal 105 85 190 0.45 0.55 0 0.25 251.43 0.45 0.54
Hex 69 55 BE 2D 37 0 19 FB 2D 36
Octal 151 125 276 55 67 0 31 373 55 66
Binary 1101001 1010101 10111110 101101 110111 0 11001 11111011 101101 110110

Color Harmonies of #6955BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955BE

Black with #6955BE

Text Example


Text Example

White with #6955BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6955BE; }

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

 H1.HeaderClassName
 {
   color: #6955BE;
 }
 .AnyTagClassName
 {
   color: #6955BE;
 }
</style>

background-color css

<style>
 a { background-color: #6955BE; }

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

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

border-color css

<style>
 span { border-color: #6955BE; }

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

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