#665CB7

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

Shades of Blue Marguerite #665CB7

Tints of Blue Marguerite #665CB7

Color information

#665CB7 (or 0x665CB7) is unknown color: approx Blue Marguerite. HEX triplet: 66, 5C and B7. RGB value is (102,92,183). Sum of RGB (Red+Green+Blue) = 102+92+183=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 183 (71.88% from 255 or 48.54% from 377); Max value from RGB is 183 - color contains mainly: blue. Hex color #665CB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #665CB7 is #99A348. Grayscale: #696969. Windows color (decimal): -10068809 or 12016742. OLE color: 12016742.

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

Color convert

RGB10292183-
CMYK0.440.5000.28
HSL246.59º38.72%53.92%-
HSV(B)246.59º49.73%71.76%-
XYZ17.8513.946.54-
YUV105.36171.81125.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.06%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 183 (71.88% from 255) = 48.54%
R=27.06%
G=24.40%
B=48.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal102921830.440.5000.28246.5938.7253.92
Hex665CB72C3201Cf72736
Octal14613426754620343674766
Binary110011010111001011011110110011001001110011110111100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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