Html Css Color HEX #605BBB Blue Marguerite

📋 copy color: '#605BBB'

red 96 ◦ green 91 ◦ blue 187

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

Shades of Blue Marguerite #605BBB

Tints of Blue Marguerite #605BBB

RGB

 RED value IS 96 (37.89% from 255) = 25.67%

 GREEN value IS 91 (35.94% from 255) = 24.33%

 BLUE value IS 187 (73.44% from 255) = 50%

R = 25.67%
G = 24.33%
B = 50%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#605BBB (or 0x605BBB) is known color: Blue Marguerite. HEX triplet: 60, 5B and BB. RGB value is (96,91,187). Sum of RGB (Red+Green+Blue) = 96+91+187=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 187 (73.44% from 255 or 50% from 374); Max value from RGB is 187 - color contains mainly: blue. Hex color #605BBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BBB is #9FA444. Grayscale: #676767. Windows color (decimal): -10462277 or 12278624. OLE color: 12278624.

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

Color convert

RGB 96 91 187 -
CMYK 0.49 0.51 0 0.27
HSL 243.13º 0.41% 0.55% -
HSV(B) 243.13º 0.51% 0.73% -
XYZ 17.53 13.56 48.71 -
YUV 103.44 175.16 122.69 -
System Red Green Blue C M Y K H S L
Decimal 96 91 187 0.49 0.51 0 0.27 243.13 0.41 0.55
Hex 60 5B BB 31 33 0 1B F3 29 37
Octal 140 133 273 61 63 0 33 363 51 67
Binary 1100000 1011011 10111011 110001 110011 0 11011 11110011 101001 110111

Color Harmonies of #605BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BBB

Black with #605BBB

Text Example


Text Example

White with #605BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,91,187); }

 H1.HeaderClassName
 {
   color: #605BBB;
 }
 .AnyTagClassName
 {
   color: #605BBB;
 }
</style>

background-color css

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

 a { background-color: rgb(96,91,187); }

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

border-color css

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

 span { border-color: rgb(96,91,187); }

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