#665CA5

Color #665CA5 Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #665CA5

Tints of Blue Marguerite #665CA5

Color information

#665CA5 (or 0x665CA5) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and A5. RGB value is (102,92,165). Sum of RGB (Red+Green+Blue) = 102+92+165=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 165 (64.84% from 255 or 45.96% from 359); Max value from RGB is 165 - color contains mainly: blue. Hex color #665CA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #665CA5 is #99A35A. Grayscale: #676767. Windows color (decimal): -10068827 or 10837094. OLE color: 10837094.

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

Color convert

RGB10292165-
CMYK0.380.4400.35
HSL248.22º28.85%50.39%-
HSV(B)248.22º44.24%64.71%-
XYZ16.113.237.3-
YUV103.31162.81127.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.41%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 165 (64.84% from 255) = 45.96%
R=28.41%
G=25.63%
B=45.96%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal102921650.380.4400.35248.2228.8550.39
Hex665CA5262C023f81d32
Octal14613424546540433703562
Binary110011010111001010010110011010110001000111111100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,92,165); }

 H1.HeaderClassName
 {
   color: #665CA5;
 }
 .AnyTagClassName
 {
   color: #665CA5;
 }
</style>
background-color css

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

 a { background-color: rgb(102,92,165); }

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

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

 span { border-color: rgb(102,92,165); }

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