Html Css Color HEX #6953BE Blue Marguerite

📋 copy color: '#6953BE'

red 105 ◦ green 83 ◦ blue 190

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

Shades of Blue Marguerite #6953BE

Tints of Blue Marguerite #6953BE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.96%

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

R = 27.78%
G = 21.96%
B = 50.26%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6953BE (or 0x6953BE) is known color: Blue Marguerite. HEX triplet: 69, 53 and BE. RGB value is (105,83,190). Sum of RGB (Red+Green+Blue) = 105+83+190=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6953BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953BE is #96AC41. Grayscale: #656565. Windows color (decimal): -9874498 or 12473193. OLE color: 12473193.

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

Color convert

RGB 105 83 190 -
CMYK 0.45 0.56 0 0.25
HSL 252.34º 0.45% 0.54% -
HSV(B) 252.34º 0.56% 0.75% -
XYZ 18.21 12.91 50.25 -
YUV 101.78 177.79 130.3 -
System Red Green Blue C M Y K H S L
Decimal 105 83 190 0.45 0.56 0 0.25 252.34 0.45 0.54
Hex 69 53 BE 2D 38 0 19 FC 2D 36
Octal 151 123 276 55 70 0 31 374 55 66
Binary 1101001 1010011 10111110 101101 111000 0 11001 11111100 101101 110110

Color Harmonies of #6953BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953BE

Black with #6953BE

Text Example


Text Example

White with #6953BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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