Html Css Color HEX #6656BE Blue Marguerite

📋 copy color: '#6656BE'

red 102 ◦ green 86 ◦ blue 190

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

Shades of Blue Marguerite #6656BE

Tints of Blue Marguerite #6656BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.75%

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

R = 26.98%
G = 22.75%
B = 50.26%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6656BE (or 0x6656BE) is known color: Blue Marguerite. HEX triplet: 66, 56 and BE. RGB value is (102,86,190). Sum of RGB (Red+Green+Blue) = 102+86+190=378 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.98% from 378); Green value is 86 (33.98% from 255 or 22.75% from 378); Blue value is 190 (74.61% from 255 or 50.26% from 378); Max value from RGB is 190 - color contains mainly: blue. Hex color #6656BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6656BE is #99A941. Grayscale: #666666. Windows color (decimal): -10070338 or 12473958. OLE color: 12473958.

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

Color convert

RGB 102 86 190 -
CMYK 0.46 0.55 0 0.25
HSL 249.23º 0.44% 0.54% -
HSV(B) 249.23º 0.55% 0.75% -
XYZ 18.1 13.2 50.31 -
YUV 102.64 177.3 127.54 -
System Red Green Blue C M Y K H S L
Decimal 102 86 190 0.46 0.55 0 0.25 249.23 0.44 0.54
Hex 66 56 BE 2E 37 0 19 F9 2C 36
Octal 146 126 276 56 67 0 31 371 54 66
Binary 1100110 1010110 10111110 101110 110111 0 11001 11111001 101100 110110

Color Harmonies of #6656BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6656BE

Black with #6656BE

Text Example


Text Example

White with #6656BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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