Html Css Color HEX #6951BC Blue Marguerite

📋 copy color: '#6951BC'

red 105 ◦ green 81 ◦ blue 188

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

Shades of Blue Marguerite #6951BC

Tints of Blue Marguerite #6951BC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.66%

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

R = 28.07%
G = 21.66%
B = 50.27%

CMYK

 C value IS 0.44

 M value IS 0.57

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6951BC (or 0x6951BC) is known color: Blue Marguerite. HEX triplet: 69, 51 and BC. RGB value is (105,81,188). Sum of RGB (Red+Green+Blue) = 105+81+188=374 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.07% from 374); Green value is 81 (32.03% from 255 or 21.66% from 374); Blue value is 188 (73.83% from 255 or 50.27% from 374); Max value from RGB is 188 - color contains mainly: blue. Hex color #6951BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6951BC is #96AE43. Grayscale: #636363. Windows color (decimal): -9875012 or 12341609. OLE color: 12341609.

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

Color convert

RGB 105 81 188 -
CMYK 0.44 0.57 0 0.26
HSL 253.46º 0.44% 0.53% -
HSV(B) 253.46º 0.57% 0.74% -
XYZ 17.85 12.52 49.05 -
YUV 100.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 105 81 188 0.44 0.57 0 0.26 253.46 0.44 0.53
Hex 69 51 BC 2C 39 0 1A FD 2C 35
Octal 151 121 274 54 71 0 32 375 54 65
Binary 1101001 1010001 10111100 101100 111001 0 11010 11111101 101100 110101

Color Harmonies of #6951BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6951BC

Black with #6951BC

Text Example


Text Example

White with #6951BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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