Html Css Color HEX #665FA6 Blue Marguerite

📋 copy color: '#665FA6'

red 102 ◦ green 95 ◦ blue 166

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

Shades of Blue Marguerite #665FA6

Tints of Blue Marguerite #665FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 26.17%

 BLUE value IS 166 (65.23% from 255) = 45.73%

R = 28.1%
G = 26.17%
B = 45.73%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#665FA6 (or 0x665FA6) is known color: Blue Marguerite. HEX triplet: 66, 5F and A6. RGB value is (102,95,166). Sum of RGB (Red+Green+Blue) = 102+95+166=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 166 - color contains mainly: blue. Hex color #665FA6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FA6 is #99A059. Grayscale: #686868. Windows color (decimal): -10068058 or 10903398. OLE color: 10903398.

HSL color Cylindrical-coordinate representation of color #665FA6: hue angle of 245.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #665FA6 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 95 166 -
CMYK 0.39 0.43 0 0.35
HSL 245.92º 0.29% 0.51% -
HSV(B) 245.92º 0.43% 0.65% -
XYZ 16.45 13.76 37.87 -
YUV 105.19 162.32 125.73 -
System Red Green Blue C M Y K H S L
Decimal 102 95 166 0.39 0.43 0 0.35 245.92 0.29 0.51
Hex 66 5F A6 27 2B 0 23 F6 1D 33
Octal 146 137 246 47 53 0 43 366 35 63
Binary 1100110 1011111 10100110 100111 101011 0 100011 11110110 11101 110011

Color Harmonies of #665FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FA6

Black with #665FA6

Text Example


Text Example

White with #665FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,95,166); }

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

background-color css

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

 a { background-color: rgb(102,95,166); }

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

border-color css

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

 span { border-color: rgb(102,95,166); }

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