Html Css Color HEX #665FAA Blue Marguerite

📋 copy color: '#665FAA'

red 102 ◦ green 95 ◦ blue 170

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

Shades of Blue Marguerite #665FAA

Tints of Blue Marguerite #665FAA

RGB

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

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

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

R = 27.79%
G = 25.89%
B = 46.32%

CMYK

 C value IS 0.4

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#665FAA (or 0x665FAA) is known color: Blue Marguerite. HEX triplet: 66, 5F and AA. RGB value is (102,95,170). Sum of RGB (Red+Green+Blue) = 102+95+170=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #665FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665FAA is #99A055. Grayscale: #696969. Windows color (decimal): -10068054 or 11165542. OLE color: 11165542.

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

Color convert

RGB 102 95 170 -
CMYK 0.4 0.44 0 0.33
HSL 245.6º 0.31% 0.52% -
HSV(B) 245.6º 0.44% 0.67% -
XYZ 16.83 13.91 39.83 -
YUV 105.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 102 95 170 0.4 0.44 0 0.33 245.6 0.31 0.52
Hex 66 5F AA 28 2C 0 21 F6 1F 34
Octal 146 137 252 50 54 0 41 366 37 64
Binary 1100110 1011111 10101010 101000 101100 0 100001 11110110 11111 110100

Color Harmonies of #665FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665FAA

Black with #665FAA

Text Example


Text Example

White with #665FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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