Html Css Color HEX #605BBE Blue Marguerite

📋 copy color: '#605BBE'

red 96 ◦ green 91 ◦ blue 190

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

Shades of Blue Marguerite #605BBE

Tints of Blue Marguerite #605BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.4%

R = 25.46%
G = 24.14%
B = 50.4%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#605BBE (or 0x605BBE) is known color: Blue Marguerite. HEX triplet: 60, 5B and BE. RGB value is (96,91,190). Sum of RGB (Red+Green+Blue) = 96+91+190=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 190 (74.61% from 255 or 50.40% from 377); Max value from RGB is 190 - color contains mainly: blue. Hex color #605BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #605BBE is #9FA441. Grayscale: #676767. Windows color (decimal): -10462274 or 12475232. OLE color: 12475232.

HSL color Cylindrical-coordinate representation of color #605BBE: hue angle of 243.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #605BBE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 91 190 -
CMYK 0.49 0.52 0 0.25
HSL 243.03º 0.43% 0.55% -
HSV(B) 243.03º 0.52% 0.75% -
XYZ 17.86 13.69 50.42 -
YUV 103.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 96 91 190 0.49 0.52 0 0.25 243.03 0.43 0.55
Hex 60 5B BE 31 34 0 19 F3 2B 37
Octal 140 133 276 61 64 0 31 363 53 67
Binary 1100000 1011011 10111110 110001 110100 0 11001 11110011 101011 110111

Color Harmonies of #605BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605BBE

Black with #605BBE

Text Example


Text Example

White with #605BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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