Html Css Color HEX #6952BF Blue Marguerite

📋 copy color: '#6952BF'

red 105 ◦ green 82 ◦ blue 191

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

Shades of Blue Marguerite #6952BF

Tints of Blue Marguerite #6952BF

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.69%

 BLUE value IS 191 (75% from 255) = 50.53%

R = 27.78%
G = 21.69%
B = 50.53%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6952BF (or 0x6952BF) is known color: Blue Marguerite. HEX triplet: 69, 52 and BF. RGB value is (105,82,191). Sum of RGB (Red+Green+Blue) = 105+82+191=378 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.78% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 191 (75% from 255 or 50.53% from 378); Max value from RGB is 191 - color contains mainly: blue. Hex color #6952BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952BF is #96AD40. Grayscale: #646464. Windows color (decimal): -9874753 or 12538473. OLE color: 12538473.

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

Color convert

RGB 105 82 191 -
CMYK 0.45 0.57 0 0.25
HSL 252.66º 0.46% 0.54% -
HSV(B) 252.66º 0.57% 0.75% -
XYZ 18.25 12.8 50.8 -
YUV 101.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 105 82 191 0.45 0.57 0 0.25 252.66 0.46 0.54
Hex 69 52 BF 2D 39 0 19 FD 2E 36
Octal 151 122 277 55 71 0 31 375 56 66
Binary 1101001 1010010 10111111 101101 111001 0 11001 11111101 101110 110110

Color Harmonies of #6952BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952BF

Black with #6952BF

Text Example


Text Example

White with #6952BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6952BF; }

 p { color: rgb(105,82,191); }

 H1.HeaderClassName
 {
   color: #6952BF;
 }
 .AnyTagClassName
 {
   color: #6952BF;
 }
</style>

background-color css

<style>
 a { background-color: #6952BF; }

 a { background-color: rgb(105,82,191); }

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

border-color css

<style>
 span { border-color: #6952BF; }

 span { border-color: rgb(105,82,191); }

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