Html Css Color HEX #6952BE Blue Marguerite

📋 copy color: '#6952BE'

red 105 ◦ green 82 ◦ blue 190

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

Shades of Blue Marguerite #6952BE

Tints of Blue Marguerite #6952BE

RGB

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

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

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

R = 27.85%
G = 21.75%
B = 50.4%

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

#6952BE (or 0x6952BE) is known color: Blue Marguerite. HEX triplet: 69, 52 and BE. RGB value is (105,82,190). Sum of RGB (Red+Green+Blue) = 105+82+190=377 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.85% from 377); Green value is 82 (32.42% from 255 or 21.75% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #6952BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6952BE is #96AD41. Grayscale: #646464. Windows color (decimal): -9874754 or 12472937. OLE color: 12472937.

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

Color convert

RGB 105 82 190 -
CMYK 0.45 0.57 0 0.25
HSL 252.78º 0.45% 0.53% -
HSV(B) 252.78º 0.57% 0.75% -
XYZ 18.14 12.76 50.22 -
YUV 101.19 178.12 130.72 -
System Red Green Blue C M Y K H S L
Decimal 105 82 190 0.45 0.57 0 0.25 252.78 0.45 0.53
Hex 69 52 BE 2D 39 0 19 FD 2D 35
Octal 151 122 276 55 71 0 31 375 55 65
Binary 1101001 1010010 10111110 101101 111001 0 11001 11111101 101101 110101

Color Harmonies of #6952BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6952BE

Black with #6952BE

Text Example


Text Example

White with #6952BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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