Html Css Color HEX #6655BD Blue Marguerite

📋 copy color: '#6655BD'

red 102 ◦ green 85 ◦ blue 189

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

Shades of Blue Marguerite #6655BD

Tints of Blue Marguerite #6655BD

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.61%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 27.13%
G = 22.61%
B = 50.27%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6655BD (or 0x6655BD) is known color: Blue Marguerite. HEX triplet: 66, 55 and BD. RGB value is (102,85,189). Sum of RGB (Red+Green+Blue) = 102+85+189=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #6655BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6655BD is #99AA42. Grayscale: #656565. Windows color (decimal): -10070595 or 12408166. OLE color: 12408166.

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

Color convert

RGB 102 85 189 -
CMYK 0.46 0.55 0 0.26
HSL 249.81º 0.44% 0.54% -
HSV(B) 249.81º 0.55% 0.74% -
XYZ 17.91 13 49.71 -
YUV 101.94 177.13 128.04 -
System Red Green Blue C M Y K H S L
Decimal 102 85 189 0.46 0.55 0 0.26 249.81 0.44 0.54
Hex 66 55 BD 2E 37 0 1A FA 2C 36
Octal 146 125 275 56 67 0 32 372 54 66
Binary 1100110 1010101 10111101 101110 110111 0 11010 11111010 101100 110110

Color Harmonies of #6655BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655BD

Black with #6655BD

Text Example


Text Example

White with #6655BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6655BD; }

 p { color: rgb(102,85,189); }

 H1.HeaderClassName
 {
   color: #6655BD;
 }
 .AnyTagClassName
 {
   color: #6655BD;
 }
</style>

background-color css

<style>
 a { background-color: #6655BD; }

 a { background-color: rgb(102,85,189); }

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

border-color css

<style>
 span { border-color: #6655BD; }

 span { border-color: rgb(102,85,189); }

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