Html Css Color HEX #6655AB Blue Marguerite

📋 copy color: '#6655AB'

red 102 ◦ green 85 ◦ blue 171

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

Shades of Blue Marguerite #6655AB

Tints of Blue Marguerite #6655AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.77%

R = 28.49%
G = 23.74%
B = 47.77%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6655AB (or 0x6655AB) is known color: Blue Marguerite. HEX triplet: 66, 55 and AB. RGB value is (102,85,171). Sum of RGB (Red+Green+Blue) = 102+85+171=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 171 - color contains mainly: blue. Hex color #6655AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6655AB is #99AA54. Grayscale: #636363. Windows color (decimal): -10070613 or 11228518. OLE color: 11228518.

HSL color Cylindrical-coordinate representation of color #6655AB: hue angle of 251.86º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6655AB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 85 171 -
CMYK 0.40 0.50 0 0.33
HSL 251.86º 0.34% 0.5% -
HSV(B) 251.86º 0.5% 0.67% -
XYZ 16.08 12.26 40.05 -
YUV 99.89 168.13 129.51 -
System Red Green Blue C M Y K H S L
Decimal 102 85 171 0.40 0.50 0 0.33 251.86 0.34 0.5
Hex 66 55 AB 28 32 0 21 FC 22 32
Octal 146 125 253 50 62 0 41 374 42 62
Binary 1100110 1010101 10101011 101000 110010 0 100001 11111100 100010 110010

Color Harmonies of #6655AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6655AB

Black with #6655AB

Text Example


Text Example

White with #6655AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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