Html Css Color HEX #6953BC Blue Marguerite

📋 copy color: '#6953BC'

red 105 ◦ green 83 ◦ blue 188

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

Shades of Blue Marguerite #6953BC

Tints of Blue Marguerite #6953BC

RGB

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

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

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

R = 27.93%
G = 22.07%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6953BC (or 0x6953BC) is known color: Blue Marguerite. HEX triplet: 69, 53 and BC. RGB value is (105,83,188). Sum of RGB (Red+Green+Blue) = 105+83+188=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 188 (73.83% from 255 or 50% from 376); Max value from RGB is 188 - color contains mainly: blue. Hex color #6953BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6953BC is #96AC43. Grayscale: #656565. Windows color (decimal): -9874500 or 12342121. OLE color: 12342121.

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

Color convert

RGB 105 83 188 -
CMYK 0.44 0.56 0 0.26
HSL 252.57º 0.44% 0.53% -
HSV(B) 252.57º 0.56% 0.74% -
XYZ 18 12.82 49.1 -
YUV 101.55 176.79 130.46 -
System Red Green Blue C M Y K H S L
Decimal 105 83 188 0.44 0.56 0 0.26 252.57 0.44 0.53
Hex 69 53 BC 2C 38 0 1A FD 2C 35
Octal 151 123 274 54 70 0 32 375 54 65
Binary 1101001 1010011 10111100 101100 111000 0 11010 11111101 101100 110101

Color Harmonies of #6953BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6953BC

Black with #6953BC

Text Example


Text Example

White with #6953BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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