Html Css Color HEX #665AAD Blue Marguerite

📋 copy color: '#665AAD'

red 102 ◦ green 90 ◦ blue 173

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

Shades of Blue Marguerite #665AAD

Tints of Blue Marguerite #665AAD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.66%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 27.95%
G = 24.66%
B = 47.4%

CMYK

 C value IS 0.41

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#665AAD (or 0x665AAD) is known color: Blue Marguerite. HEX triplet: 66, 5A and AD. RGB value is (102,90,173). Sum of RGB (Red+Green+Blue) = 102+90+173=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #665AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665AAD is #99A552. Grayscale: #666666. Windows color (decimal): -10069331 or 11360870. OLE color: 11360870.

HSL color Cylindrical-coordinate representation of color #665AAD: hue angle of 248.67º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665AAD is Cyan = 0.41, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 102 90 173 -
CMYK 0.41 0.48 0 0.32
HSL 248.67º 0.34% 0.52% -
HSV(B) 248.67º 0.48% 0.68% -
XYZ 16.68 13.15 41.2 -
YUV 103.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 102 90 173 0.41 0.48 0 0.32 248.67 0.34 0.52
Hex 66 5A AD 29 30 0 20 F9 22 34
Octal 146 132 255 51 60 0 40 371 42 64
Binary 1100110 1011010 10101101 101001 110000 0 100000 11111001 100010 110100

Color Harmonies of #665AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AAD

Black with #665AAD

Text Example


Text Example

White with #665AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665AAD; }

 p { color: rgb(102,90,173); }

 H1.HeaderClassName
 {
   color: #665AAD;
 }
 .AnyTagClassName
 {
   color: #665AAD;
 }
</style>

background-color css

<style>
 a { background-color: #665AAD; }

 a { background-color: rgb(102,90,173); }

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

border-color css

<style>
 span { border-color: #665AAD; }

 span { border-color: rgb(102,90,173); }

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