Html Css Color HEX #665DAA Blue Marguerite

📋 copy color: '#665DAA'

red 102 ◦ green 93 ◦ blue 170

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

Shades of Blue Marguerite #665DAA

Tints of Blue Marguerite #665DAA

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.48%

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

R = 27.95%
G = 25.48%
B = 46.58%

CMYK

 C value IS 0.4

 M value IS 0.45

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#665DAA (or 0x665DAA) is known color: Blue Marguerite. HEX triplet: 66, 5D and AA. RGB value is (102,93,170). Sum of RGB (Red+Green+Blue) = 102+93+170=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #665DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665DAA is #99A255. Grayscale: #686868. Windows color (decimal): -10068566 or 11165030. OLE color: 11165030.

HSL color Cylindrical-coordinate representation of color #665DAA: hue angle of 247.01º degrees, saturation: 0.31, 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 #665DAA is Cyan = 0.4, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 93 170 -
CMYK 0.4 0.45 0 0.33
HSL 247.01º 0.31% 0.52% -
HSV(B) 247.01º 0.45% 0.67% -
XYZ 16.65 13.56 39.77 -
YUV 104.47 164.98 126.24 -
System Red Green Blue C M Y K H S L
Decimal 102 93 170 0.4 0.45 0 0.33 247.01 0.31 0.52
Hex 66 5D AA 28 2D 0 21 F7 1F 34
Octal 146 135 252 50 55 0 41 367 37 64
Binary 1100110 1011101 10101010 101000 101101 0 100001 11110111 11111 110100

Color Harmonies of #665DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665DAA

Black with #665DAA

Text Example


Text Example

White with #665DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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