#605CBD

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

Shades of Blue Marguerite #605CBD

Tints of Blue Marguerite #605CBD

Color information

#605CBD (or 0x605CBD) is unknown color: approx Blue Marguerite. HEX triplet: 60, 5C and BD. RGB value is (96,92,189). Sum of RGB (Red+Green+Blue) = 96+92+189=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 92 (36.33% from 255 or 24.40% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #605CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605CBD is #9FA342. Grayscale: #676767. Windows color (decimal): -10462019 or 12409952. OLE color: 12409952.

HSL color Cylindrical-coordinate representation of color #605CBD: hue angle of 242.47º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #605CBD is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9692189-
CMYK0.490.5100.26
HSL242.47º42.36%55.1%-
HSV(B)242.47º51.32%74.12%-
XYZ17.8413.8249.87-
YUV104.25175.83122.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25.46%
GREEN value IS 92 (36.33% from 255) = 24.40%
BLUE value IS 189 (74.22% from 255) = 50.13%
R=25.46%
G=24.40%
B=50.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96921890.490.5100.26242.4742.3655.1
Hex605CBD313301Af22a37
Octal14013427561630323625267
Binary110000010111001011110111000111001101101011110010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605CBD; }

 p { color: rgb(96,92,189); }

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

<style>
 a { background-color: #605CBD; }

 a { background-color: rgb(96,92,189); }

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

<style>
 span { border-color: #605CBD; }

 span { border-color: rgb(96,92,189); }

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