Html Css Color HEX #6660BC Blue Marguerite

📋 copy color: '#6660BC'

red 102 ◦ green 96 ◦ blue 188

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

Shades of Blue Marguerite #6660BC

Tints of Blue Marguerite #6660BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 26.42%
G = 24.87%
B = 48.7%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6660BC (or 0x6660BC) is known color: Blue Marguerite. HEX triplet: 66, 60 and BC. RGB value is (102,96,188). Sum of RGB (Red+Green+Blue) = 102+96+188=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6660BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6660BC is #999F43. Grayscale: #6B6B6B. Windows color (decimal): -10067780 or 12345446. OLE color: 12345446.

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

Color convert

RGB 102 96 188 -
CMYK 0.46 0.49 0 0.26
HSL 243.91º 0.41% 0.56% -
HSV(B) 243.91º 0.49% 0.74% -
XYZ 18.74 14.82 49.45 -
YUV 108.28 172.99 123.52 -
System Red Green Blue C M Y K H S L
Decimal 102 96 188 0.46 0.49 0 0.26 243.91 0.41 0.56
Hex 66 60 BC 2E 31 0 1A F4 29 38
Octal 146 140 274 56 61 0 32 364 51 70
Binary 1100110 1100000 10111100 101110 110001 0 11010 11110100 101001 111000

Color Harmonies of #6660BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6660BC

Black with #6660BC

Text Example


Text Example

White with #6660BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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