Html Css Color HEX #6660BE Blue Marguerite

📋 copy color: '#6660BE'

red 102 ◦ green 96 ◦ blue 190

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

Shades of Blue Marguerite #6660BE

Tints of Blue Marguerite #6660BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.74%

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

R = 26.29%
G = 24.74%
B = 48.97%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6660BE (or 0x6660BE) is known color: Blue Marguerite. HEX triplet: 66, 60 and BE. RGB value is (102,96,190). Sum of RGB (Red+Green+Blue) = 102+96+190=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6660BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660BE is #999F41. Grayscale: #6C6C6C. Windows color (decimal): -10067778 or 12476518. OLE color: 12476518.

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

Color convert

RGB 102 96 190 -
CMYK 0.46 0.49 0 0.25
HSL 243.83º 0.42% 0.56% -
HSV(B) 243.83º 0.49% 0.75% -
XYZ 18.96 14.91 50.59 -
YUV 108.51 173.99 123.36 -
System Red Green Blue C M Y K H S L
Decimal 102 96 190 0.46 0.49 0 0.25 243.83 0.42 0.56
Hex 66 60 BE 2E 31 0 19 F4 2A 38
Octal 146 140 276 56 61 0 31 364 52 70
Binary 1100110 1100000 10111110 101110 110001 0 11001 11110100 101010 111000

Color Harmonies of #6660BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6660BE

Black with #6660BE

Text Example


Text Example

White with #6660BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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