Html Css Color HEX #665AAA Blue Marguerite

📋 copy color: '#665AAA'

red 102 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #665AAA

Tints of Blue Marguerite #665AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 46.96%

R = 28.18%
G = 24.86%
B = 46.96%

CMYK

 C value IS 0.4

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#665AAA (or 0x665AAA) is known color: Blue Marguerite. HEX triplet: 66, 5A and AA. RGB value is (102,90,170). Sum of RGB (Red+Green+Blue) = 102+90+170=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 90 (35.55% from 255 or 24.86% from 362); Blue value is 170 (66.80% from 255 or 46.96% from 362); Max value from RGB is 170 - color contains mainly: blue. Hex color #665AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665AAA is #99A555. Grayscale: #666666. Windows color (decimal): -10069334 or 11164262. OLE color: 11164262.

HSL color Cylindrical-coordinate representation of color #665AAA: hue angle of 249º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #665AAA is Cyan = 0.4, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 90 170 -
CMYK 0.4 0.47 0 0.33
HSL 249º 0.32% 0.51% -
HSV(B) 249º 0.47% 0.67% -
XYZ 16.39 13.04 39.68 -
YUV 102.71 165.98 127.5 -
System Red Green Blue C M Y K H S L
Decimal 102 90 170 0.4 0.47 0 0.33 249 0.32 0.51
Hex 66 5A AA 28 2F 0 21 F9 20 33
Octal 146 132 252 50 57 0 41 371 40 63
Binary 1100110 1011010 10101010 101000 101111 0 100001 11111001 100000 110011

Color Harmonies of #665AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665AAA

Black with #665AAA

Text Example


Text Example

White with #665AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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