Html Css Color HEX #6650BE Blue Marguerite

📋 copy color: '#6650BE'

red 102 ◦ green 80 ◦ blue 190

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

Shades of Blue Marguerite #6650BE

Tints of Blue Marguerite #6650BE

RGB

 RED value IS 102 (40.23% from 255) = 27.42%

 GREEN value IS 80 (31.64% from 255) = 21.51%

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

R = 27.42%
G = 21.51%
B = 51.08%

CMYK

 C value IS 0.46

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6650BE (or 0x6650BE) is known color: Blue Marguerite. HEX triplet: 66, 50 and BE. RGB value is (102,80,190). Sum of RGB (Red+Green+Blue) = 102+80+190=372 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.42% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 190 (74.61% from 255 or 51.08% from 372); Max value from RGB is 190 - color contains mainly: blue. Hex color #6650BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6650BE is #99AF41. Grayscale: #626262. Windows color (decimal): -10071874 or 12472422. OLE color: 12472422.

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

Color convert

RGB 102 80 190 -
CMYK 0.46 0.58 0 0.25
HSL 252º 0.46% 0.53% -
HSV(B) 252º 0.58% 0.75% -
XYZ 17.64 12.28 50.16 -
YUV 99.12 179.29 130.06 -
System Red Green Blue C M Y K H S L
Decimal 102 80 190 0.46 0.58 0 0.25 252 0.46 0.53
Hex 66 50 BE 2E 3A 0 19 FC 2E 35
Octal 146 120 276 56 72 0 31 374 56 65
Binary 1100110 1010000 10111110 101110 111010 0 11001 11111100 101110 110101

Color Harmonies of #6650BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6650BE

Black with #6650BE

Text Example


Text Example

White with #6650BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,80,190); }

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

background-color css

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

 a { background-color: rgb(102,80,190); }

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

border-color css

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

 span { border-color: rgb(102,80,190); }

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