#665db8

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

Shades of Blue Marguerite #665DB8

Tints of Blue Marguerite #665DB8

Color information

#665DB8 (or 0x665DB8) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5D and B8. RGB value is (102,93,184). Sum of RGB (Red+Green+Blue) = 102+93+184=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #665DB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665DB8 is #99A247. Grayscale: #696969. Windows color (decimal): -10068552 or 12082534. OLE color: 12082534.

HSL color Cylindrical-coordinate representation of color #665DB8: hue angle of 245.93º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #665DB8 is Cyan = 0.45, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB10293184-
CMYK0.450.4900.28
HSL245.93º39.06%54.31%-
HSV(B)245.93º49.46%72.16%-
XYZ18.0514.1147.12-
YUV106.06171.98125.1-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.91%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 184 (72.27% from 255) = 48.55%
R=26.91%
G=24.54%
B=48.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102931840.450.4900.28245.9339.0654.31
Hex665DB82D3101Cf62736
Octal14613527055610343664766
Binary110011010111011011100010110111000101110011110110100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665db8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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