Html Css Color HEX #6658BA Blue Marguerite

📋 copy color: '#6658BA'

red 102 ◦ green 88 ◦ blue 186

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

Shades of Blue Marguerite #6658BA

Tints of Blue Marguerite #6658BA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.4%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 27.13%
G = 23.4%
B = 49.47%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6658BA (or 0x6658BA) is known color: Blue Marguerite. HEX triplet: 66, 58 and BA. RGB value is (102,88,186). Sum of RGB (Red+Green+Blue) = 102+88+186=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #6658BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6658BA is #99A745. Grayscale: #666666. Windows color (decimal): -10069830 or 12212326. OLE color: 12212326.

HSL color Cylindrical-coordinate representation of color #6658BA: hue angle of 248.57º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6658BA is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 88 186 -
CMYK 0.45 0.53 0 0.27
HSL 248.57º 0.42% 0.54% -
HSV(B) 248.57º 0.53% 0.73% -
XYZ 17.83 13.35 48.09 -
YUV 103.36 174.64 127.03 -
System Red Green Blue C M Y K H S L
Decimal 102 88 186 0.45 0.53 0 0.27 248.57 0.42 0.54
Hex 66 58 BA 2D 35 0 1B F9 2A 36
Octal 146 130 272 55 65 0 33 371 52 66
Binary 1100110 1011000 10111010 101101 110101 0 11011 11111001 101010 110110

Color Harmonies of #6658BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6658BA

Black with #6658BA

Text Example


Text Example

White with #6658BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6658BA; }

 p { color: rgb(102,88,186); }

 H1.HeaderClassName
 {
   color: #6658BA;
 }
 .AnyTagClassName
 {
   color: #6658BA;
 }
</style>

background-color css

<style>
 a { background-color: #6658BA; }

 a { background-color: rgb(102,88,186); }

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

border-color css

<style>
 span { border-color: #6658BA; }

 span { border-color: rgb(102,88,186); }

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