Html Css Color HEX #665EAC Blue Marguerite

📋 copy color: '#665EAC'

red 102 ◦ green 94 ◦ blue 172

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

Shades of Blue Marguerite #665EAC

Tints of Blue Marguerite #665EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.54%

 BLUE value IS 172 (67.58% from 255) = 46.74%

R = 27.72%
G = 25.54%
B = 46.74%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#665EAC (or 0x665EAC) is known color: Blue Marguerite. HEX triplet: 66, 5E and AC. RGB value is (102,94,172). Sum of RGB (Red+Green+Blue) = 102+94+172=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 172 - color contains mainly: blue. Hex color #665EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665EAC is #99A153. Grayscale: #686868. Windows color (decimal): -10068308 or 11296358. OLE color: 11296358.

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

Color convert

RGB 102 94 172 -
CMYK 0.41 0.45 0 0.33
HSL 246.15º 0.32% 0.52% -
HSV(B) 246.15º 0.45% 0.67% -
XYZ 16.93 13.81 40.8 -
YUV 105.28 165.65 125.66 -
System Red Green Blue C M Y K H S L
Decimal 102 94 172 0.41 0.45 0 0.33 246.15 0.32 0.52
Hex 66 5E AC 29 2D 0 21 F6 20 34
Octal 146 136 254 51 55 0 41 366 40 64
Binary 1100110 1011110 10101100 101001 101101 0 100001 11110110 100000 110100

Color Harmonies of #665EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665EAC

Black with #665EAC

Text Example


Text Example

White with #665EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,94,172); }

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

background-color css

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

 a { background-color: rgb(102,94,172); }

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

border-color css

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

 span { border-color: rgb(102,94,172); }

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