Html Css Color HEX #6955BD Blue Marguerite

📋 copy color: '#6955BD'

red 105 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #6955BD

Tints of Blue Marguerite #6955BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 27.7%
G = 22.43%
B = 49.87%

CMYK

 C value IS 0.44

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6955BD (or 0x6955BD) is known color: Blue Marguerite. HEX triplet: 69, 55 and BD. RGB value is (105,85,189). Sum of RGB (Red+Green+Blue) = 105+85+189=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #6955BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6955BD is #96AA42. Grayscale: #666666. Windows color (decimal): -9873987 or 12408169. OLE color: 12408169.

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

Color convert

RGB 105 85 189 -
CMYK 0.44 0.55 0 0.26
HSL 251.54º 0.44% 0.54% -
HSV(B) 251.54º 0.55% 0.74% -
XYZ 18.26 13.17 49.72 -
YUV 102.84 176.63 129.54 -
System Red Green Blue C M Y K H S L
Decimal 105 85 189 0.44 0.55 0 0.26 251.54 0.44 0.54
Hex 69 55 BD 2C 37 0 1A FC 2C 36
Octal 151 125 275 54 67 0 32 374 54 66
Binary 1101001 1010101 10111101 101100 110111 0 11010 11111100 101100 110110

Color Harmonies of #6955BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6955BD

Black with #6955BD

Text Example


Text Example

White with #6955BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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